Changes between Version 40 and Version 41 of Scaling
- Timestamp:
- May 4, 2024, 9:12:42 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scaling
v40 v41 28 28 * When going from BGR (not RGB) to yuv420p the conversion is broken (off-by-one). Use -vf scale=flags=accurate_rnd to fix that. 29 29 * yuvjxxxp pixel formats are deprecated. Yet for x265 the workaround was implemented, but not for jpeg2000 and AV1. For those -vf scale=out_range=pc should be used. 30 * Conversion from Y CbCr limited to RGB 16 bit is broken, use zscale instead of swscale30 * Conversion from YUV limited to RGB 16bpc (bit-per-component) is broken: use "zscale" instead of "swscale". 31 31 * Limited range RGB is not supported at all. 32 32 * Dither can be turned off using -vf scale=sws_dither=none 33 * One should always remember that YCbCr 4:4:4 8 bit is not enough to preserve RGB 8 bit, YCbCr 4:4:4 10 bitis required.33 * Remember YUV 4:4:4 8bpc wouldn't suffice to preserve RGB 8bpc: 10bpc is required. 34 34 * The default for matrix in untagged input and output is always limited BT.601 [ See also: <[/wiki/colorspace colorspace]> ] 35 35 }}}
