Last active
February 11, 2016 07:38
-
-
Save nocrates/08cd016b189e63c4d1d9 to your computer and use it in GitHub Desktop.
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
| # Thanks to https://gist.github.com/qiaoxueshi/5910150 | |
| # brew install gource | |
| # git clone git://git.libav.org/libav.git | |
| # cd libav | |
| # ./configure --disable-yasm | |
| # make && make install | |
| gource \ | |
| -s .06 \ | |
| -1280x720 \ | |
| --auto-skip-seconds .1 \ | |
| --multi-sampling \ | |
| --stop-at-end \ | |
| --key \ | |
| --highlight-users \ | |
| --user-scale 4 \ | |
| --hide mouse,progress \ | |
| --file-idle-time 0 \ | |
| --max-files 0 \ | |
| --font-size 22 \ | |
| --output-ppm-stream - \ | |
| --output-framerate 30 \ | |
| | avconv -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K movie.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment