On 5/1/2018 9:28 PM, Carl Eugen Hoyos wrote:
I don't know if this makes a difference but you can try to
swap inputs:
$ ffmpeg -f alsa -i default -video_size 320x240 -i /dev/video0
-thread_queue_size 800 -qscale 4 out.mp4
thread_queue_size is an input option and applied per file.
{ "thread_queue_size", ... OPT_INPUT, ...
"set the maximum number of queued packets from the demuxer" },
Gyan
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".