-
Notifications
You must be signed in to change notification settings - Fork 182
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
10bit libkvazaar #399
Comments
The implementation of libkvazaar in FFmpeg is hardcoded to use 8bit encoding, however if you compile and install Kvazaar with changing this Line 91 in d8c9688
#define KVZ_BIT_DEPTH 10 and apply the patch linked below to FFmpeg version 6.1 and compile FFmpeg, the resulting FFmpeg is hard coded to use 10 bit input for libkvazaar. It's not really an optimal solutions but should work if you just want to test 10 bit encoding. One thing to note is that our AVX2 optimizations are currently designed only for 8 bit encoding, so the 10bit encoding can be a lot slower than the 8 bit encoding.0001-Hard-code-to-use-10bit-input.patch |
We probably need two things:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
As I was not able to get an 10bit encode with kvazaar and ffmpeg to work I guess that libkvazaar is 8bit only.
Is there a way to get ffmpeg with 10bit kvazaar?
Would be nice to test that on some hdr reference clips.
Greetings
The text was updated successfully, but these errors were encountered: