Skip to content

Commit

Permalink
Update gource.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saveen Reddy committed Apr 15, 2017
1 parent aa359c2 commit e4a9175
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions graphics/gource.md
Expand Up @@ -21,14 +21,10 @@ Store the FFMPEG files in here

If you need to donwload git for Windows get it here: https://git-scm.com/download/win

## Running Gource
## Create the video

set path=%path%;C:\Program Files (x86)\Git\bin

gource.exe E:\code\github\VisioAutomation --seconds-per-day 0.005 --title VisioAutomation --hide filenames,usernames --background 5555dd -viewport 1920x1080 -o d:\visioautomation.ppm

## Running ffmpeg

NOTE opens correctly with VLC but not with Windows Media Player

ffmpeg.exe -y -r 60 -f image2pipe -vcodec ppm -i d:\visioautomation.ppm -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 d:\visioautomation.mp4
e:\ffmpeg\ffmpeg.exe -y -r 60 -f image2pipe -vcodec ppm -i d:\visioautomation.ppm -vcodec libx264 -preset ultrafast -crf 1 -threads 0 -bf 0 d:\visioautomation.mp4

0 comments on commit e4a9175

Please sign in to comment.