命令行视频编辑工具

编程入门 行业动态 更新时间:2024-10-25 22:27:18
本文介绍了命令行视频编辑工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在寻找(linux)命令行工具,可以帮助视频编辑。我最感兴趣的是:

I'm looking for (linux) command line tools that can help with video editing. I am mostly interested in:

  • 切割
  • 转换
  • 效果

任何指针都值得赞赏(我知道ffmpeg可以做基本的切割, p>

Any pointers would be appreciated (I know ffmpeg can do basic cutting, but not much beyond that afaik).

推荐答案

Avisynth under WINE是你最好的选择。你可以使用ffmpeg或mencoder来做实际编码,avisynth .avs文件用于实际编辑。您可能需要在WINE下使用mencoder来访问avs文件。我没有尝试过,但它应该工作,除非任何WINE问题。

Avisynth under WINE is your best bet. You can use ffmpeg or mencoder to do the actual encoding, and avisynth .avs files for the actual editing. You may have to use mencoder under WINE to access the avs files as well. I haven't tried this myself, but it should work, barring any WINE issues.

如果这是一些生产应用程序的一部分,如果有任何方式,你可以解决实际的Windows电脑,你会救你很多痛苦。

If this is part of some production app, if there's any way you can farm the work out to an actual windows computer you'll save yourself a lot of pain.

如果你想弄脏你的手,你可以尝试使用gstreamer和 Gnonlin 来制作自己的CLI视频应用程序。你实际上可以使用像Ruby这样的语言来调用gstreamer,所以你不必使用C。

If you want to get your hands dirty you could try using the gstreamer and Gnonlin to make your own CLI video app. You can actually use a language like Ruby to call gstreamer from, so you don't have to use C.

更多推荐

命令行视频编辑工具

本文发布于:2023-10-23 00:17:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1519175.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:命令行   编辑工具   视频

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!