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

[ENHANCEMENT] Add features of SvtAv1EncApp to the library libsvtav1 #101

Open
BoostCookie opened this issue Nov 22, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@BoostCookie
Copy link

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 expect

ffmpeg -i input.mkv -map 0:v:0 -c:v libsvtav1 -pix_fmt + \
    -svtav1-params dolby-vision-rpu=RPU.bin:hdr10plus-json=metadata.json \
    output.mkv

to work, but it actually throws the error

[libsvtav1 @ 0x5b20cba383c0] Error parsing option dolby-vision-rpu: RPU.bin.
[libsvtav1 @ 0x5b20cba383c0] Error parsing option hdr10plus-json: metadata.json.

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.

@BoostCookie BoostCookie added the enhancement New feature or request label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant