Brandon Lees <f4lconx <at> gmail.com> writes:

> I'm using ffmpeg to capture video from an ip camera using:
> 
> ffmpeg -y -f mjpeg -analyzeduration 0 -probesize 32
> -use_wallclock_as_timestamps 1 -timeout 10 -i http://

This malicious option takes ns so you probably want:
-timeout 10000000

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to