0
VLC Media Player 3.0.8 is taking a long time to launch on my Windows 10 PC. It typically takes 6 seconds or more. I have a class 50 SSD, Six Core Xeon 2.90GHz, etc.
How can I speed up the loading time of VLC?
0
VLC Media Player 3.0.8 is taking a long time to launch on my Windows 10 PC. It typically takes 6 seconds or more. I have a class 50 SSD, Six Core Xeon 2.90GHz, etc.
How can I speed up the loading time of VLC?
2
There can be many causes for a slow launch in VLC 3, but here are two solutions I've confirmed help:
Soltion A
VLCwin7User on the VideoLan forums came up a solution that I will paraphase and add to:
Bring up an administrative command prompt in the vlc.exe directory. This would typically be C:\Program Files (x86)\VideoLAN\VLC
for 32-bit, or C:\Program Files\VideoLan\VLC
for 64-bit.
(To bring up an administrative prompt in this directory, open the Start menu and type cmd
. Right click on Command Prompt
and select Run as administrator
.
Then type cd
, space, and then the VLC directory, and press enter.)
Issue vlc-cache-gen .\plugins
enter... which generates \plugins\plugins.dat
This brought launch time down to less than a second on my machine.
Solution B
This is the solution I had originally tried, but it only reduced the launch time by about 25%. I'm putting it here for completeness. I did not notice this making much difference after using Solution A from above.
show settings
> All
from the bottom left cornerAdvanced
section, uncheck "Scan for new plugins"
Thanks! I can confirm that pre-generating the plugins list noticably speeds startup, – DrMoishe Pippik – 2019-11-08T18:14:36.050