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.
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.
The text was updated successfully, but these errors were encountered:
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.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.The text was updated successfully, but these errors were encountered: