[FFmpeg-user] Forcing interlaced handling

Stefano Sabatini stefasab at gmail.com
Mon Feb 6 12:30:04 CET 2012


On date Friday 2012-02-03 11:12:31 +0000, Tim Nicholson encoded:
> On 03/02/12 09:03, Tim Nicholson wrote:
> >On 01/02/12 23:34, Stefano Sabatini wrote:
> >>From feadf458f3dfda9d15ebcb5b1b065495f5ba68a9 Mon Sep 17 00:00:00 2001
> >>From: Stefano Sabatini<stefasab at gmail.com>
> >>Date: Thu, 2 Feb 2012 00:31:00 +0100
> >>Subject: [PATCH] lavfi: add setfield filter
> >
> >Wow, thanks.
> >
> >Using:-
> >
> >ffmpeg -i V210-field.ref-1min.mov \
> >-vf "setfield=1, fieldorder=bff"\
> >-map 0:v -map 0:a \
> >-c:v dvvideo -pix_fmt yuv420p \
> >-c:a pcm_s16le -ar 48k \
> >-y ./V210-field.ref-1min-out.mov
> >
> >Worked on my short test sample. Now about to try on a longer mxf...
> >
> 
> ...and that seems to work OK too....
> 
> will this go into current HEAD?

Hopefully, just sent a patch to ffmpeg-devel.
-- 
ffmpeg-user random tip #12
One minute of video noise with ffmpeg:
ffmpeg -t 60 -s qcif -f rawvideo -pix_fmt rgb24 -r 25 -i /dev/urandom \
    -y noise.mpeg


More information about the ffmpeg-user mailing list