I am converting a .avi-file (640x272) to VCD, and I´ve tried using both "ffmpeg" and the "mpeg2enc" encoders.
I´ve unchecked "decode with Quicktime", since I couldn´t get any of the two codecs above to work in this modus (no picture in the output m2v).
However, only the mpeg2enc will encode my file properly - the ffmpeg gives me this error message:
Input #0, avi, from '/Volumes/Data/filmer/hard_eight.avi':
Duration: 01:41:33.9, bitrate: 963 kb/s
Stream #0.0: Video: mpeg4, 640x272, 23.98 fps
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 115 kb/s
Output #0, vcd, to '/Volumes/Data/filmer/movietest.mpg':
Stream #0.0: Video: mpeg1video (hq), 640x272, 25.00 fps, q=2-20, 1671 kb/s
Stream #0.1: Audio: mp2, 44100 Hz, stereo, 224 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[mpeg1video @ 0x2ea1f8]bitrate above max bitrate
Error while opening codec for stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
Keeping all other settings, and changing back to "mpeg2enc" makes ffmpegx code the file properly again. Why will the one codec work, and not the other one (when all other conditions are the same?)?
Results 1 to 2 of 2
Similar Threads
-
Problems Encoding DVD with mpeg2enc
By justin35 in forum ffmpegX general discussionReplies: 8Last Post: 11th Nov 2009, 14:07 -
Problems with FFMPEG audio
By bstonehill in forum Video ConversionReplies: 3Last Post: 11th Mar 2009, 13:33 -
FFMPEG converting problems with flvs
By Gixm87 in forum LinuxReplies: 6Last Post: 29th Jul 2008, 12:03 -
Extensions (ffmpeg, mencoder, mpeg2enc) what do they mean
By loveformetal1 in forum ffmpegX general discussionReplies: 4Last Post: 18th Jun 2007, 01:30 -
Problems w/selectable subs avi-DVD w/mpeg2enc
By kenzo69 in forum ffmpegX general discussionReplies: 1Last Post: 20th May 2007, 05:53