Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thenewvu
Created March 6, 2018 23:13
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 thenewvu/df275cf44affcd5587c7129314c0ac1c to your computer and use it in GitHub Desktop.
Save thenewvu/df275cf44affcd5587c7129314c0ac1c to your computer and use it in GitHub Desktop.
script to record my vlogs on mac osx
ffmpeg \
-f avfoundation \
-framerate 5 \
-pixel_format bgr0 \
-i 1 \
-c:v libvpx-vp9 \
-preset ultrafast \
-g 10 \
-capture_cursor 1 \
-cpu-used 8 \
-deadline realtime \
-minrate 100k -maxrate 100k -b:v 100k \
`date +%Y-%m-%d-%H-%M.webm`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment