Skip to content

Instantly share code, notes, and snippets.

@luismayta
Created February 3, 2019 02:34
Show Gist options
  • Select an option

  • Save luismayta/c46fff4d141674dda0c5aab0e1bfa11b to your computer and use it in GitHub Desktop.

Select an option

Save luismayta/c46fff4d141674dda0c5aab0e1bfa11b to your computer and use it in GitHub Desktop.
gource \
-s .06 \
-1280x720 \
--auto-skip-seconds .1 \
--multi-sampling \
--stop-at-end \
--key \
--highlight-users \
--user-image-dir "assets" \
--hide mouse,progress,filenames,dirnames \
--file-idle-time 0 \
--max-files 0 \
--background-colour 000000 \
--font-size 22 \
--title "This is video Title @@@@@@@@@@@@@@@" \
--output-ppm-stream - \
--output-framerate 30 \
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K movie.mp4
@israelgp24
Copy link
Copy Markdown

ez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment