On 03.03.21 23:57, Mark Filipak (ffmpeg) wrote:
On 2021-03-03 11:30, Mark Filipak (ffmpeg) wrote:

I've tried transcoding a 2:21:19 movie via this script:

SET codecs=-codec:v libx265 -x265-params crf=16:qcomp=1.00 -codec:a copy 
-codec:s copy -dn

FWIW I could not help but notice that you effectivly degrade crf to
constant quantizer. Might as well use:

-x265-params qp=16

See https://x265.readthedocs.io/en/master/cli.html#cmdoption-qcomp

Peter
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to