ffmpeg: `buffer underflow' error
I posted the problem to the ffmpeg-user mailing list getting no reply.
I want to merge an audio and a video file into an mpeg file, and do:
$ ffmpeg -i minpian.wav -i minpian.m2v -target dvd -acodec pcm_s16be \
-b 8000k -s 720x576 -ab 1536k -ac 2 -r 25 minpian.mpg
, but get the following:
[...]
[dvd @ 0x8311670]buffer underflow i=1 bufi=4026 size=4096te= 344.9kbits/s
[dvd @ 0x8311670]packet too large, ignoring buffer limits to mux it
[...]
Does anyone in this list have experience with this?
thanks
Rodolfo
Reply to: