[FFmpeg-user] minterpolate problem

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jan 28 00:47:29 EET 2021


Am Mi., 27. Jan. 2021 um 02:03 Uhr schrieb Mark Filipak (ffmpeg)
<markfilipak at bog.us>:

> ffmpeg -i SOURCE -map 0 -filter_complex "split[1][2], \
> [1]telecine=pattern=55, select=not(eq(mod(n\,5)\,2))[3], \
> [2]minterpolate=fps=60000/1001:mi_mode=mci=mc_mode=obmc:scd=fdiff:scd_threshold=10, \
> select=eq(mod(n\,5)\,2)[4], \
> [3][4]interleave" \
> -codec:v libx265 -x265-params "crf=16:qcomp=0.60" -codec:a copy -codec:s copy TARGET

Since others may read this:
The command line makes little sense, you should either use
telecine or minterpolate.

Carl Eugen


More information about the ffmpeg-user mailing list