Is your feature request related to a problem? Please describe.
This fork has great new features for SvtAv1EncApp, like for example the options --dolby-vision-rpu, and --hdr10plus-json.
Unfortunately these new features are only available via SvtAv1EncApp directly and are not exposed via the library libsvtav1.
showing that the library is not aware of these options.
Describe the solution you'd like
All the options supported by SvtAv1EncApp should also be supported by the library libsvtav1.
Describe alternatives you've considered
The cumbersome alternative is to pipe ffmpeg's output directly to SvtAv1EncApp though this is much less flexible.
Is your feature request related to a problem? Please describe. This fork has great new features for
SvtAv1EncApp
, like for example the options--dolby-vision-rpu
, and--hdr10plus-json
. Unfortunately these new features are only available viaSvtAv1EncApp
directly and are not exposed via the library libsvtav1.For example when using
ffmpeg
one would expectto work, but it actually throws the error
showing that the library is not aware of these options.
Describe the solution you'd like All the options supported by
SvtAv1EncApp
should also be supported by the library libsvtav1.Describe alternatives you've considered The cumbersome alternative is to pipe
ffmpeg
's output directly toSvtAv1EncApp
though this is much less flexible.