[FFmpeg-user] repeat a frame

Peter White peter.white at posteo.net
Thu Mar 4 18:02:37 EET 2021


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


More information about the ffmpeg-user mailing list