-
-
Notifications
You must be signed in to change notification settings - Fork 423
Add option to configure b-frames -bf
#346
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
Comments
@AlexanderSchuetz97 for documentation purposes: |
Your understanding matches mine. I do not think I will ever set a value other than 0 explicitly, but that is my, someone else may need to set this to 1 or higher forwhatever reason. I have observed that 2 appears to be the default that ffmpeg uses if you specify nothing. (I have seen this in ffprobes output from looking at created files) |
Is your feature request related to a problem? Please describe.
Sources from the issue #318.
FFmpeg tends to emits b-frames, which are not understood by all parsers.
Describe the solution you'd like
There should be an option to configure bframes, which should allow to disable them entirely
-bf 0
.Describe alternatives you've considered
This could also be done using extraArgs
The text was updated successfully, but these errors were encountered: