Advertisement
Guest User

Untitled

a guest
May 26th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. gource.exe --output-ppm-stream gource.ppm -1280x720 --hide filenames,usernames --disable-progress --multi-sampling --bloom-intensity 1.0 --seconds-per-day 30 c:\gitrepo
  2. ffmpeg -i gource.ppm -an -threads 4 -y -f image2pipe -vcodec libx264 -aspect 16:9 -s 1280x720 -r 30.000
  3. -vb 8000000 gource.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement