Am Mi., 27. Jan. 2021 um 02:03 Uhr schrieb Mark Filipak (ffmpeg)
<[email protected]>:

> 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
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to