Skip to content

Instantly share code, notes, and snippets.

@masayukig
Created July 7, 2016 05:50
Show Gist options
  • Save masayukig/7ace68cfc021f0cf94a0fa4e592d9fa0 to your computer and use it in GitHub Desktop.
Save masayukig/7ace68cfc021f0cf94a0fa4e592d9fa0 to your computer and use it in GitHub Desktop.
#!/bin/sh
gource -c 4 -s 1 -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 ~/tmp/FILENAME.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment