Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Apr 2019
Posts: 14
|
x264 "Lossless" [--qp 0] question
--qp 0 is supposed to be "lossless" as I've read.
![]() So, I can see how the following is "lossless": Code:
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 - So, how can i420 be lossless? ![]() |
![]() |
![]() |
![]() |
#2 | Link |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
When the input file is i420, i420 can be lossless. When the input file is i422, i422 can be lossless. i444 would not be lossless in those cases (although you could convert it back to the original, if nearest neighbor algorithm was used to upsample and downsample back to i420) |
![]() |
![]() |
![]() |
Tags |
i420, i444, lossless, qp 0, x264 |
Thread Tools | Search this Thread |
Display Modes | |
|
|