[FFmpeg-user] Interlace vs. Interleaved Fields

Kieran O Leary kieran.o.leary at gmail.com
Mon Sep 3 01:50:58 EEST 2018


Hi

On Sun, 2 Sep 2018, 23:45 Chris, <c319chris-at-aol.com at ffmpeg.org> wrote:

> What is the syntax for adding "interlace"? This isn't working:
>
> ffmpeg  -y -i "C0003.MP4"  -s 1920x1080  -pix_fmt yuv422p10le
> interlace    -acodec copy  output.mp4
>

It's a video filter,so try -vf interlace.

ffmpeg  -y -i "C0003.MP4"  -s 1920x1080  -pix_fmt yuv422p10le   -vf
 interlace    -acodec copy  output.mp4

Best,

Kieran


More information about the ffmpeg-user mailing list