Closed GoogleCodeExporter closed 8 years ago
Hi,
The way I recommend to make videos on Windows is using Fraps (http://fraps.com/)
which captures the output of any OpenGL program.
Yep the file is pretty big.
Gource actually outputs 'ppm' format (which is uncompressed so it uses a lot of
disk)
which can then be converted to a video using a program like ffmpeg (you can get
it
for windows here: http://ffmpeg.arrozcru.org/).
Then you do something like this:
gource --stop-at-end --output-ppm-stream ppm.out
ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i ppm.out -vcodec libx264
gource.x264.avi
Original comment by acaudw...@gmail.com
on 13 Jan 2010 at 10:52
Thanks, acaudwell! Seems like quite tricky to get video output for gource with
reasonable size on Windows platform.
Original comment by shee...@gmail.com
on 18 Jan 2010 at 8:41
Thanks. I reduced a 1gig ppm.out to 30 mb.
Original comment by sixocloc...@gmail.com
on 26 Oct 2011 at 8:50
Original issue reported on code.google.com by
shee...@gmail.com
on 13 Jan 2010 at 9:14