![如何在 VLC 中通过命令行打开带有多个字幕的多个视频?](https://linux22.com/image/1639261/%E5%A6%82%E4%BD%95%E5%9C%A8%20VLC%20%E4%B8%AD%E9%80%9A%E8%BF%87%E5%91%BD%E4%BB%A4%E8%A1%8C%E6%89%93%E5%BC%80%E5%B8%A6%E6%9C%89%E5%A4%9A%E4%B8%AA%E5%AD%97%E5%B9%95%E7%9A%84%E5%A4%9A%E4%B8%AA%E8%A7%86%E9%A2%91%EF%BC%9F.png)
通常,如果 VLC 无法自动检测到字幕,您可以使用此命令在 VLC 中打开带字幕的视频:
vlc.exe path_to_video.mp4 --sub-file path_to_sub.srt
但我想打开多个视频,每个视频都有自己的字幕文件。我该怎么做? 和似乎都
行不通。vlc.exe video1.mp4 video2.mp4 --sub-file sub1.srt sub2.srt
vlc.exe video1.mp4 --sub-file sub1.srt video2.mp4 --sub-file sub2.srt