Created
March 6, 2018 23:13
-
-
Save thenewvu/df275cf44affcd5587c7129314c0ac1c to your computer and use it in GitHub Desktop.
script to record my vlogs on mac osx
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 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