0

I want to record a mjpeg stream via ffmpeg, but as the framerate of the mjpeg is very unreliable the result video is at first to fast and the speed changes.

The source i used to test is: http://c-cam.uchicago.edu/mjpg/video.mjpg

1

1 Answer 1

0

Try to adjust the bit-rate, and the tolerance setting (it's controlled by the -bt switch). it needs to be higher than the bitrate divided by the fps, as in:

tolerante > bitrate / fps

This script might be helpful.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .