Hi,

0n 06/09/[EMAIL PROTECTED]:16 T told me:

> Hi
> 
> Is it possible to encode an interlaced source as an interlaced mpeg2 using
> the ffmpeg export module?
> 
> I tried a PAL VCD video segment with the following but it just can't end
> properly. I have to 'kill -1' it: 
> 
> ----------------------------------
> $ transcode -i "$mfilm" -M 2 -y ffmpeg -N 0x2000 -E 48000 -b 128 -o 
> dvd-"$mfilm" -F mpeg2video -I 2 --encode_fields t -c 00:1:0-00:8:0

I think -I together with --encode_fields doesn't make sense at all.

Using -I is to deinterlace, where --encode_fields tells the encoder
that the stream getting in is interlaced and it should keep the
interlace information.

If you deinterlace first, but afterwards tell the encoder that the
data is (and should remain) top-field-first, you will IMHO produce
rubbish.

In other words you push progressive content in, but explicitly tell
the encoder that this stream ist tff.

I am neither very familiar with vcd (pal or ntsc) nor with ffmpeg,
but for my dv->dvd (PAL) transcoding I simply use --encode-fields
b[1] and mpeg2enc respects it and produces a interlaced mpeg2.


[1] Yes, somewhat strange. In spite all other PAL signals are
    normaly tff it is bff for DV.

-- 
bye maik

Attachment: signature.asc
Description: Digital signature

Reply via email to