[FFmpeg-user] Has anything happened with loop_input?

bat guano batguano999 at hotmail.com
Wed Aug 3 16:53:45 CEST 2011





> ffmpeg -y -loop_input -vframes 10 -r 25 -i ~/media_samples/arminFrame.bmp Desktop/MJPEGGED.mjpeg
> 
> What i did do is to upgrade ffmpeg to latest git version because of a bug in rotating inputs to conver to mjepg output that i've posted and was fixed.
> 
> What could be wrong?

Hi
Do you see the error message in console "-loop_input is deprecated, use -loop 1"?

If so, change your command to use "-loop 1" something like this:-
ffmpeg -y -loop 1 -vframes 200 -r 25 -i ~/media_samples/arminFrame.bmp Desktop/MJPEGGED.mjpeg

 		 	   		  


More information about the ffmpeg-user mailing list