Hi all, I would like to set certain configuration settings such as video filters already set so that when a user installs vlc these preferences are already setup. Is this something that is done when compiling the source or set in the NSIS installer script?
If it's in the source files somewhere could someone point out which file to modify prior to compiling?
These are the two lines from my vlcrc file that I would like to preset in the install package.
vout-filter=deinterlace
deinterlace-mode=blend
Cheers.