Windows 上的 Gource [英] Gource on Windows

查看:27
本文介绍了Windows 上的 Gource的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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.

推荐答案

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

关键是 image2pipe 格式,它似乎从 ppm 中提取所有帧,而不是将其视为单个图像.

The key was the image2pipe format which seems to extract all the frames from the ppm rather than treating it as an individual image.

这篇关于Windows 上的 Gource的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆