you probably want something like:
where:
converts the content to tff interlaced (see: https://www.ffmpeg.org/ffmpeg-all.html#tinterlace)
( '-vf interlace=scan=tff' should also work; see: https://www.ffmpeg.org/ffmpeg-all.html#interlace)
and
makes sure the output is flagged as interlaced (see: https://www.ffmpeg.org/ffmpeg-all.html#t...ec-Options)
Cu Selur
ffmpeg -i "F:\TestClips&Co\files\test.avi" -vcodec prores_ks -profile:v 3 -vf tinterlace=4 -flags +ildct+ilme -vtag apch -f mov "E:\Output\test.mov"
-vf tinterlace=4
( '-vf interlace=scan=tff' should also work; see: https://www.ffmpeg.org/ffmpeg-all.html#interlace)
and
-flags +ildct+ilme
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.