Adding multiple subtitles through commandline
Posted: 02 Nov 2022 03:26
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:
However I haven't found a way to add multiple subtitles using this method, are there some way of specifying multiple subtitle-paths to load?
I know that if the subtitles are named similar to the filename of the video, it's possible to do this using --sub-autodetect-path (example below), but it doesn't work if they're named differently than the video-title.
Is this possible to do through commandline-arguments?
Code: Select all
"vlcPath\vlc.exe" "videoFilePath\video.mkv" --sub-file="subtitleFilePath\subtitle.srt"
I know that if the subtitles are named similar to the filename of the video, it's possible to do this using --sub-autodetect-path (example below), but it doesn't work if they're named differently than the video-title.
Code: Select all
"vlcPath\vlc.exe" "videoFilePath\video.mkv" --sub-autodetect-path="subtitleFilePath\"