Created
May 24, 2019 05:54
-
-
Save jhurliman/c242f9965a74a75fc7e869c7162032a0 to your computer and use it in GitHub Desktop.
Record from a HDMI to USB adapter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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