Skip to content

Instantly share code, notes, and snippets.

@jhurliman
Created May 24, 2019 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhurliman/c242f9965a74a75fc7e869c7162032a0 to your computer and use it in GitHub Desktop.
Save jhurliman/c242f9965a74a75fc7e869c7162032a0 to your computer and use it in GitHub Desktop.
Record from a HDMI to USB adapter
ffmpeg -f v4l2 -framerate 10 -thread_queue_size 512 -i /dev/video0 -t 5 -c:v h264 -pix_fmt yuv420p test001.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment