从 2 个单独的文件创建并排视频
我正在编写一个应用程序,需要合并两个单独的视频(.flv 格式),以便它们同时并排播放。有没有一个好的命令行实用程序可以做到这一点?理想情况下,我希望输出采用 .h264 格式。
I'm writing an application that will require merging two separate videos (in .flv format) so that they play at the same time, side by side. Is there a good command line utility to do this? I would ideally like the output to be in .h264 format.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是 AviSynth 的 StackHorizontal 的工作。
您需要重新编码回 H.264,可能使用 x264。
Sounds like a job for AviSynth's StackHorizontal.
You will need to re-encode back to H.264, probably using x264.