Treaties Of Warp
18th July 2020, 01:05
--qp 0 is supposed to be "lossless" as I've read. :p
So, I can see how the following is "lossless":
x264 --preset veryslow --qp 0 --no-deblock --profile high444 --sync-lookahead 12
--no-psy --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv
--colormatrix bt470bg --demuxer raw --input-res 720x480 --input-range tv
--input-depth 8 --fps 25/1 --output-csp i444 --output-depth 8 --output
OUTPUTFILE -
But x264 also allows specification with --qp 0, of --output-csp i422 and --output-csp i420.
So, how can i420 be lossless? :confused:
So, I can see how the following is "lossless":
x264 --preset veryslow --qp 0 --no-deblock --profile high444 --sync-lookahead 12
--no-psy --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv
--colormatrix bt470bg --demuxer raw --input-res 720x480 --input-range tv
--input-depth 8 --fps 25/1 --output-csp i444 --output-depth 8 --output
OUTPUTFILE -
But x264 also allows specification with --qp 0, of --output-csp i422 and --output-csp i420.
So, how can i420 be lossless? :confused: