You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd had great success using remote URLs for audio, png, etc. However, for jpegs, they never seem to work. They just get skipped over. The same files work if I download them locally. Here's an example command that fails:
I reproduced this including the workaround, but I have not figured it out. All that is needed for the workaround is "?" at the end. I did find that if I force it to not be seekable in the code, then it works without the workaround. Unfortunately, the only way we can support protocol or device options is by using query string parameters - except in the case of HTTP because it may need the URL's query string.
The workaround works just fine for my purposes. Feel free to close the issue if you prefer. Hope that having a record of it at least, will let others know about the workaround!
I'd had great success using remote URLs for audio, png, etc. However, for jpegs, they never seem to work. They just get skipped over. The same files work if I download them locally. Here's an example command that fails:
I'm on melt 7.8.0, MacOS 12.5 (I've also had the same issue on an Alpine Linux docker container)
I've been able to get it to work on ffmpeg:
The text was updated successfully, but these errors were encountered: