Hello.

As a note, today if you pass in two audio streams to an mpeg file, ex:

ffmpeg -f lavfi -i "sine=frequency=1000:duration=5" -f lavfi -i
"sine=frequency=1000:duration=5" output.mpg

It basically drops the second input "on the floor" without any warning.

Using dshow, for instance, this causes the screen to become littered
with error warning messages like

"[dshow @ 0360ad80] real-time buffer [DirectSound Capture Device]
[audio input] too full or near too full (72% of size: 3041280
[rtbufsize paraed!"

In my opinion at least a warning should be generated.  Or it should be
sent to a null sink as well [?]
Thoughts?
Cheers!
-roger-
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to