[FFmpeg-user] Piping raw video from ffmpeg

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Nov 18 13:03:11 EET 2019



> Am 15.11.2019 um 18:29 schrieb Verachten Bruno <gounthar at gmail.com>:
> 
> 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


More information about the ffmpeg-user mailing list