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
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:
to #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
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: