Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFmpegIO automatic format parsing #11

Open
stashymane opened this issue Apr 1, 2023 · 1 comment
Open

FFmpegIO automatic format parsing #11

stashymane opened this issue Apr 1, 2023 · 1 comment

Comments

@stashymane
Copy link

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

@Manevolent
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants