bilu
4th April 2004, 00:32
Message: 4
Subject: Re: [Ffmpeg-devel] trembling video
From: Erik Slagter <erik@*******.com>
To: ffmpeg-devel@lists.sourceforge.net
Organization:
Date: 03 Apr 2004 11:07:47 +0200
Reply-To: ffmpeg-devel@lists.sourceforge.net
> ffmpeg.exe -i taxi_audio.mp2 -i taxi.avi -y -f mpeg -vcodec mpeg2video -ac
> 2 -b 7963 -ilme -top 1 out\taxi_ffmpeg.mpg
>
> and the resulting video trembles a little up and down...
If the result is to be burned on DVD and to be watched on a
- "NTSC" tv set: use -top 0
- "PAL" tv set: use -top 1
The stream will be marked interlaced, top or bottom-first.
top=<-1 - 1>
-1 automatic
0 bottom field first
1 top field first
Can anyone confirm that PAL is TFF and NTSC is BFF?
I'll search for it, first time into this subject.
Bilu
Subject: Re: [Ffmpeg-devel] trembling video
From: Erik Slagter <erik@*******.com>
To: ffmpeg-devel@lists.sourceforge.net
Organization:
Date: 03 Apr 2004 11:07:47 +0200
Reply-To: ffmpeg-devel@lists.sourceforge.net
> ffmpeg.exe -i taxi_audio.mp2 -i taxi.avi -y -f mpeg -vcodec mpeg2video -ac
> 2 -b 7963 -ilme -top 1 out\taxi_ffmpeg.mpg
>
> and the resulting video trembles a little up and down...
If the result is to be burned on DVD and to be watched on a
- "NTSC" tv set: use -top 0
- "PAL" tv set: use -top 1
The stream will be marked interlaced, top or bottom-first.
top=<-1 - 1>
-1 automatic
0 bottom field first
1 top field first
Can anyone confirm that PAL is TFF and NTSC is BFF?
I'll search for it, first time into this subject.
Bilu