[FFmpeg-user] Interlace vs. Interleaved Fields

Chris c319chris at aol.com
Mon Sep 3 01:45:05 EEST 2018


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

nor is this:

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

The input file is 1080p.



-----Original Message-----
From: Bob DeCarlo <bobs2002mail-at-yahoo.com at ffmpeg.org>
To: ffmpeg-user <ffmpeg-user at ffmpeg.org>
Sent: Sun, Sep 2, 2018 12:54 pm
Subject: Re: [FFmpeg-user] Interlace vs. Interleaved Fields

Have you looked into the FFMPEG manual section: 38.93 interlace?"Simple interlacing filter from progressive contents."_______________________________________________ffmpeg-user mailing listffmpeg-user at ffmpeg.orghttp://ffmpeg.org/mailman/listinfo/ffmpeg-userTo unsubscribe, visit link above, or emailffmpeg-user-request at ffmpeg.org with subject "unsubscribe"._______________________________________________ffmpeg-user mailing listffmpeg-user at ffmpeg.orghttp://ffmpeg.org/mailman/listinfo/ffmpeg-userTo unsubscribe, visit link above, or emailffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list