-
Notifications
You must be signed in to change notification settings - Fork 173
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
Lossless image compression #59
Comments
For now vvenc does not support either lossless compression nor other chroma subsampling than 420. The support is not planned in the near future. |
True lossless is usually Intra frames only (no P or B frames) at a low quantization in 4:2:2 or 4:4:4 and possibly 10bit as well. |
That is false. |
x265 has got a "true" (why do you call it "true"? It's either lossless or lossy, there's nothing in between) lossless mode and I've used it on several occasions. |
VP9, AV1 (only aom), x265, and best of them x264 all have many different compression ratio true mathemtically lossless mode. AVIF too, you can spend more time encoding avif and it will be smaller AVIF that is same md5 of 420 plane. |
Having a ib-ratio parameter (similar to ip-ratio and pb-ratio in x264/5) would be useful to reduce the difference between B frame and I-SLICE quantizers. This would allow the ratio to be reduced to say 1.0:1 When --tune film or --tune grain is used in x264/5 then ip-ratio and pb-ratio are reduced along with aq-step to lower the difference in quantizer between frames but it also increases bitrate. |
You could try playing with the |
Thanks - I'll give it a go sometime when I get some nice grainy/noisy source. |
I've no idea how to make
vvcenc
losslessly compress images since I want to preserve the entire color space (RGB888). Any clues?I'd love to use something like YUV444_10 which at least minimizes color space loss but even this format is not available:
The text was updated successfully, but these errors were encountered: