跨平台视频转换工具+ Python(Gstreamer?)
我正在寻找一个工具来执行以下操作:
- 将视频/音频从多种格式转换为 WebM 格式。
- 需要命令行或 Python 绑定。
- 跨平台。
- 没有版税许可 - 因此,所有基于FFMpeg的工具都已经过时 - 请参阅此说明。
到目前为止我发现的最好的框架是GStreamer,但我不确定它是否是跨平台的,或者gst-python是否是跨平台的。我已经使用 homebrew 在我的 mac 上安装了GStreamer,但它缺少一些元素(即alsasink),并且我认为我无法为 Mac 编译gst-python。他们需要pygtk。那里的一切都是基于linux的(仅!):(
知道其他可能有用的东西吗?或者我如何修复Gstreamer + gst-python< /em> 能够在 mac/win/linux 上正常工作吗?
I'm looking for a tool to do the following:
- Convert video/audio from multiple formats to WebM format.
- Needs to be command-line or Python-binded.
- Cross-platform.
- No royalty licenses - Thus, all FFMpeg-based tools are out - See this for an explanation.
The best framework I've found so far is GStreamer, But I'm not sure if it's cross-platform or if gst-python is cross-platform. I've installed GStreamer on my mac using homebrew, but it's missing some elements (i.e. alsasink), and I don't think I can compile gst-python for Mac. They require pygtk. Everything there is linux-based (-only!) :(
Know anything else that might do the trick? Or how can I fix Gstreamer + gst-python to work properly on mac/win/linux altogether?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 FFMPEG 进行格式转换。 FFMPEG v.0.6 添加了对 VP8 (WebM) 的支持
you can try FFMPEG for format conversion. FFMPEG v.0.6 adds support for VP8 (WebM)