vvenc icon indicating copy to clipboard operation
vvenc copied to clipboard

Lossless image compression

Open birdie-github opened this issue 3 years ago • 8 comments

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:

Error parsing option "format,c" with argument "yuv444_10".

birdie-github avatar Apr 27 '21 13:04 birdie-github

For now vvenc does not support either lossless compression nor other chroma subsampling than 420. The support is not planned in the near future.

adamjw24 avatar Apr 29 '21 15:04 adamjw24

YUV444_10 which at least minimizes color space loss

For 8 bit RGB 10 bit should be enough (if no dither is applied), DITHER_NONE.

ValZapod avatar Jul 23 '21 20:07 ValZapod