跨平台视频转换工具+ Python(Gstreamer?)

发布于 2024-10-11 09:39:14 字数 686 浏览 1 评论 0原文

我正在寻找一个工具来执行以下操作:

  1. 将视频/音频从多种格式转换为 WebM 格式。
  2. 需要命令行或 Python 绑定。
  3. 跨平台。
  4. 没有版税许可 - 因此,所有基于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:

  1. Convert video/audio from multiple formats to WebM format.
  2. Needs to be command-line or Python-binded.
  3. Cross-platform.
  4. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彩扇题诗 2024-10-18 09:39:14

您可以尝试 FFMPEG 进行格式转换。 FFMPEG v.0.6 添加了对 VP8 (WebM) 的支持

you can try FFMPEG for format conversion. FFMPEG v.0.6 adds support for VP8 (WebM)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文