Log in

View Full Version : How to disable spu subtitles in VLC ?


lisztfr9
27th July 2013, 15:27
Hi,

i guess through the command line like this :

vlc --no-spu <file>

but then i should open a disk (not a file) on the cli, and i cant.. on windows,

vlc dvd://D: doesn't work.

Also the --no-spu and later open the DVD does still display the subtitles..

i know i should RTFM, but i already walked through the options :)

Thanks, L

lisztfr9
27th July 2013, 16:36
Part of the answer is this :

vlc dvd:///D:/ --no-spu

This will open the disk, it is not the syntax of the docs :

http://www.videolan.org/doc/play-howto/en/ch04.html

In most cases, vlc dvd:// or vlc dvd://[device] will do. [device] is for example /dev/dvd on GNU/Linux or D: on Windows (complete path to your DVD drive).

Yeah but i my case, it's preferable to use dvd:/// instead of dvd:// !