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
With FFmpegIO input/output streams, you currently have to specify the format manually, however in my use-case it's not always possible to pre-determine the format with either the file name or user input - the only option is to open the file and attempt to read. Would be great if FFmpegIO could automatically determine the file format (with FFProbe, for example).
The text was updated successfully, but these errors were encountered:
I think there is an option for us to be able to do this. I will keep this in mind; it may require seeking, but I just added that with SeekableByteChannels.
With FFmpegIO input/output streams, you currently have to specify the format manually, however in my use-case it's not always possible to pre-determine the format with either the file name or user input - the only option is to open the file and attempt to read. Would be great if FFmpegIO could automatically determine the file format (with FFProbe, for example).
The text was updated successfully, but these errors were encountered: