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
Is your feature request related to a problem? Please describe.
The option -strict can currently only be set on AbstractFFmpegStreamBuilder.
Given the current version of the library, this limits the option to only OutputBuilders.
It should also be exposed via FFmpegBuilder, allowing it to be set for the entire execution.
Describe alternatives you've considered
The comment above shows an alternative, by creating a sub-class and adding the argument manually. This shouldn't be necessary.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The option
-strict
can currently only be set on AbstractFFmpegStreamBuilder.Given the current version of the library, this limits the option to only OutputBuilders.
It should also be exposed via
FFmpegBuilder
, allowing it to be set for the entire execution.Describe the solution you'd like
setStrict
onFFmpegBuilder
Strict enum into it's own class
Describe alternatives you've considered
The comment above shows an alternative, by creating a sub-class and adding the argument manually. This shouldn't be necessary.
The text was updated successfully, but these errors were encountered: