mlju / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

gource: stdout PPM mode not supported on Windows #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, guys. It there any hope that stdout will be supported on Windows? I have 
really big videos (about 0.5TB) and want to avoid saving whole PPM file to the 
HDD using redirection into ffmpeg stdin (it supports it in Windows). Usage of 
temporary file is slow and much more space consuming... :(

Original issue reported on code.google.com by buryak.a...@gmail.com on 20 Aug 2010 at 7:44

GoogleCodeExporter commented 9 years ago
I managed to get stdout working on windows today by building SDL with the 
--enable-stdio-redirect=no option, however when you pipe the output into 
ffmpeg, it just stalls, making it a bit pointless.

I personally like Fraps for direct video capture on Windows.

Or you could dual boot Ubuntu :)

Cheers

Andrew

Original comment by acaudw...@gmail.com on 30 Aug 2010 at 12:17

GoogleCodeExporter commented 9 years ago
Fraps costs money, but looks like the best descision anyway. Thanks for you 
efforts!

Original comment by buryak.a...@gmail.com on 7 Sep 2010 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by acaudw...@gmail.com on 23 Mar 2011 at 10:43

GoogleCodeExporter commented 9 years ago
This issue is marked as closed but I just tried to run Gource on windows with:
gource --output-ppm-stream -

and I got back

"gource: stdout PPM mode not supported on Windows"

Any ideas?

Original comment by goncalo....@neuro.fchampalimaud.org on 2 Jul 2014 at 6:26