我想将两个视频文件合并为一个视频文件。(不连接)
通过 vlc GUI,我可以实现此操作:vlc 菜单栏 -> 媒体 -> 转换/保存 -> 显示更多选项 -> 同步播放另一个媒体。
如何通过 CLI 执行此操作?
我不是在寻找这个解决方案https://superuser.com/a/537482因为我想要两个独立的视频流/窗口。
答案1
VLC GUI 实际上向您显示了 CLI 等效项!
当您选中“同步播放其他媒体”并选择媒体文件时,上面的“选项”字段将更新为包含:input-slave=file:///Path/To/Media/file.ext
等。
相同的命令行选项也记录在VLC 命令行帮助和vlc -H
:
--input-slave=<string> Input slave (experimental) This allows you to play from several inputs at the same time. This feature is experimental, not all formats are supported. Use a '#' separated list of inputs.