MrC
2nd June 2013, 09:42
Using FFmpeg to produce an interlaced mpeg2 output, from an interlaced source (i.e. DV), I have a doubt regarding the flags to use.
-ilme -top 1
does produce a valid interlaced output TFF, according to MediaInfo.
From FFmpeg online documentation (http://ffmpeg.org/faq.html#Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f), 'ildct' and 'alt' parameters can be used as well:
-flags +ilme+ildct+alt -top 1
The question is: in your experience, are 'ildct' and 'alt' really needed to produce a good quality interlaced output?
;)
Bye
-ilme -top 1
does produce a valid interlaced output TFF, according to MediaInfo.
From FFmpeg online documentation (http://ffmpeg.org/faq.html#Which-are-good-parameters-for-encoding-high-quality-MPEG_002d1_002fMPEG_002d2_003f), 'ildct' and 'alt' parameters can be used as well:
-flags +ilme+ildct+alt -top 1
The question is: in your experience, are 'ildct' and 'alt' really needed to produce a good quality interlaced output?
;)
Bye