Skip to content

Instantly share code, notes, and snippets.

@TomScotch
Created October 6, 2016 21:51
Show Gist options
  • Save TomScotch/c0f625523c39fc5f4e92651f9933b929 to your computer and use it in GitHub Desktop.
Save TomScotch/c0f625523c39fc5f4e92651f9933b929 to your computer and use it in GitHub Desktop.
record framebuffer with ffmpeg
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