I'm looking for a way to load a video with multiple subtitle-files through the commandline/cmd. The following command works if I have one subtitle only: "vlcPath\vlc.exe" "videoFilePath\video.mkv" --sub-file="subtitleFilePath\subtitle.srt" However I haven't found a way ...