ffmpeg4j icon indicating copy to clipboard operation
ffmpeg4j copied to clipboard

FFmpegIO automatic format parsing

Open stashymane opened this issue 2 years ago • 1 comments

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).

stashymane avatar Apr 01 '23 23:04 stashymane

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.

Manevolent avatar Apr 07 '23 01:04 Manevolent