> Am 15.11.2019 um 18:29 schrieb Verachten Bruno <[email protected]>: > > So far, I have tried ffmpeg -f v4l2 -pix_fmt nv12 -s 1920x1080 -r 30 > -i /dev/video0 -c:v rawvideo -f yuv - >/dev/null
The name of the rawvideo format is not “yuv” (as the console output told you) but “rawvideo”. You may also want to use the pix_fmt option. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
