I am trying to convert a bunch of AVI files, which were obtained by uploading a tape from and NTSC camcorder, into PAL MPEG files, so that I can burn my own PAL DVDs with them. I am using the any2vob script, which makes heavy use of ffmpeg. One of the steps involves invoking ffmpeg as follows: ffmpeg -y -i file.avi -map 0:1 -ar 48000 -ab 384 file.ac3 -map 0:0 -f mpeg2video -s 720x480 -padtop 24 -padbottom 24 -hq -b 5000 -r pal to which ffmpeg replies the following: Seems that stream 0 comes from film source: 25.00->nan Input #0, avi, from 'file.avi': Duration: 00:01:40.2, bitrate: 5239 kb/s Stream #0.0: Video: mpeg4, 720x480, 25.00 fps Stream #0.1: Audio: mp3, 48000 Hz, stereo, 224 kb/s Unknown input or output format: mpeg2video How is ffmpeg so that it supports the mpeg2video format? I am confused, for the output from ffmpeg -formats contains a line that reads DEVSDT mpeg2video which seems to indicate that ffmpeg knows about this format.
JCA <1.41421 <at> gmail.com> writes:
... I am using the any2vob script, which makes heavy use of ffmpeg. One of the steps involves invoking ffmpeg as follows:
ffmpeg -y -i file.avi -map 0:1 -ar 48000 -ab 384 file.ac3 -map 0:0 -f mpeg2video -s 720x480 -padtop 24 -padbottom 24 -hq -b 5000 -r pal
to which ffmpeg replies the following:
... Stream #0.1: Audio: mp3, 48000 Hz, stereo, 224 kb/s Unknown input or output format: mpeg2video
I have the same issue using Mandrake 10.2 with the latest mplayer/mencoder and ffmpeg (installed from PLF packages), and I get this error regardless the file format I attempt to translate into DVD format MPEG2. was a solution ever reported?
On Thursday 17 November 2005 23:03, Gary Murphy wrote:
JCA <1.41421 <at> gmail.com> writes:
... I am using the any2vob script, which makes heavy use of ffmpeg. One of the steps involves invoking ffmpeg as follows:
ffmpeg -y -i file.avi -map 0:1 -ar 48000 -ab 384 file.ac3 -map 0:0 -f mpeg2video -s 720x480 -padtop 24 -padbottom 24 -hq -b 5000 -r pal
to which ffmpeg replies the following:
... Stream #0.1: Audio: mp3, 48000 Hz, stereo, 224 kb/s Unknown input or output format: mpeg2video
I have the same issue using Mandrake 10.2 with the latest mplayer/mencoder and ffmpeg (installed from PLF packages), and I get this error regardless the file format I attempt to translate into DVD format MPEG2. ffmpeg -formats shows the available formats, maybe mpeg2video ain't compiled in, maybe try dvd instead Henk Schoneveld
was a solution ever reported?
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
participants (3)
-
1.41421@gmail.com -
belcampo@zonnet.nl -
garym@teledyn.com