Windows 上的 Gource
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1762960/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Gource on Windows
提问by Chris Meek
回答by Chris Meek
gource -1024x768 --stop-position 1.0 --highlight-all-users --hide-filenames --seconds-per-day 5 --output-framerate 60 --output-ppm-stream output.ppm
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i output.ppm -vcodec wmv1 -r 60 -qscale 0 out.wmv
The key was the image2pipe format which seems to extract all the frames from the ppm rather than treating it as an individual image.
关键是 image2pipe 格式,它似乎从 ppm 中提取所有帧,而不是将其视为单个图像。
回答by despi23
I made gource video on windows with this program SmartPixel. Just make gource go fullscreen like that:
我用这个程序SmartPixel在 Windows 上制作了视频源。只需让 gource 像这样全屏显示:
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
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
将当前选项保存在文本文件中,您可以从上面看到它的外观 egzample 文件内容:[display] fullscreen=true
gource --load-config config.txt
gource --load-config config.txt
Loads from config
从配置加载