Bogdan Mariesan <bogdan.mariesan <at> buddyguard.io> writes: > ./ffmpeg -f v4l2 -video_size 640x360 -rtbufsize 702000k > -framerate 30 -i /dev/video0 -r 30 -threads 4 -vcodec libx264 > -pix_fmt yuv420p -tune zerolatency -preset ultrafast test.avi
Your exact command line works fine here, please test the following: $ ffmpeg -i /dev/video0 -pix_fmt yuv420p out.mov Unrelated: Note that "-r 30" in your command line looks like a bad idea, you should probably remove it and h264 in avi can lead to unexpected issues. Carl Eugen _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".