On Tue, May 01, 2018 at 05:58:46PM +0200, Carl Eugen Hoyos wrote: > 2018-05-01 13:52 GMT+02:00, Jean Louis <[email protected]>: > > > admin-> ffmpeg -y -f v4l2 -video_size 320x240 -i /dev/video0 > > -thread_queue_size 800 -f alsa -i default -q:v 4 output.mp4 > > 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
Tried it. Again the same non-functional result. Even worse, now is sound not in sync with video. Jean _______________________________________________ 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".
