We're having problems on windows creating a video file from gource (gource). We can run gource and watch the video live but don't seem to be able to get any useful physical output.
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- How to create a MediaClip from RenderTargetBitmap
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- Safari blocks play() on video despite being called
- CosmosDB emulator can't start since port is al
The key was the image2pipe format which seems to extract all the frames from the ppm rather than treating it as an individual image.
I made gource video on windows with this program SmartPixel. Just make gource go fullscreen like that:
gource --fullscreen
In setting you just need to turn off watermark. Any game/video capturing software serves same purpose.
Usefull options:
gource --fullscreen --save-config config.txt
Saves current options in text file and you can see what its look like egzample file content from above: [display] fullscreen=true
gource --load-config config.txt
Loads from config