Page 1 of 1

Setting Preferences Via Command Line

Posted: 20 Dec 2005 04:18
by Scott JHU-ECE
I couldn't find any documentation on changing items found in the Preferences menu from the command line. I presume it can be done - how would one go about this?

Gratefully,

Scott

Posted: 20 Dec 2005 14:51
by dionoea
Use options from http://wiki.videolan.org/index.php/VLC_ ... -line_help
(you can get this list by running vlc -H --advanced --help-verbose)

It would then be something like:

Code: Select all

vlc -V=directx --noaudio

Thanks!

Posted: 20 Dec 2005 16:05
by Scott JHU-ECE
Thanks much - will be sure to check the Wiki ahead of time in the future!