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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 13:27:58  来源:igfitidea点击:

Gource on Windows

windowsvideogource

提问by Chris Meek

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.

我们在 windows 上从 gource ( gource)创建视频文件时遇到问题。我们可以运行 gource 并实时观看视频,但似乎无法获得任何有用的物理输出。

回答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

从配置加载