适用于 Linux 的 Avisynth 类似非线性编辑器
在我的 Red5 应用程序中,我需要一个可以获取 4 个视频流并将它们合并为 2x2 网格中的一个更大视频的工具(如安全摄像头视频)。 Avisynth 的脚本似乎很容易使用,但是:
- 它不会生成输出(应用了 NLE 命令的新视频文件)
- 它在 Linux 上不起作用
是否有一些适用于 Linux 的 NLE 框架服务器可以运行脚本并为我提供输出文件?
In my Red5 application, I need a tool that can take 4 video streams and merge them into one bigger video in a 2x2 grid (like security camera videos). Avisynth’s script seem easy to use however:
- it doesn’t generate output (a new video file with the NLE commands applied)
- it doesn’t work on linux
is there some NLE frameserver for linux that can run scripts and give me output files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您实时执行此操作,则可以使用 Xuggle。有一些演示并排显示两个视频(我相信一个是原始视频,第二个是经过过滤的副本)。 Xuggle 的作者曾一度正在开发一个宣传此功能的商业版本。
如果您严格按照播放存储的视频来执行此操作,则可以使用 FFMPEG。 SO 上有很多关于此的问题。
If you are doing this in real-time you can use Xuggle. There are some demos floating around which show side by side displays of two videos ( I believe one is original and the second is a filtered copy). At one point the author of Xuggle was working on a commercial version which touted this feature.
If you are doing this strictly as playback on stored video you can use FFMPEG. There are numerous questions about this on SO.