Created
October 6, 2016 21:51
-
-
Save TomScotch/c0f625523c39fc5f4e92651f9933b929 to your computer and use it in GitHub Desktop.
record framebuffer with ffmpeg
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 fbdev -i /dev/fb0 -r 24 -c:v libx264 -b:v 500k output.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment