[FFmpeg-user] repeat a frame

Michael Koch astroelectronic at t-online.de
Thu Mar 4 16:36:35 EET 2021


Am 03.03.2021 um 23:57 schrieb Mark Filipak (ffmpeg):
>
> I've tried transcoding a 2:21:19 movie via this script:
>
> SET prep23=settb=expr=1/720000,setpts=N*30030
> SET cfr23=setpts=N*1001/24000/TB,fps=24000/1001
> SET codecs=-codec:v libx265 -x265-params crf=16:qcomp=1.00 -codec:a 
> copy -codec:s copy -dn
> ffmpeg -i i:\BDMV\STREAM\00303.m2ts -vf %prep23%,%cfr23% %codecs% 
> test.mkv

Isn't the first setpts filter useless, because it's overwritten by the 
second setpts filter?

Michael



More information about the ffmpeg-user mailing list