17

VLC Media Player 3.0.8 is taking a long time to launch on my Windows PC. It typically takes 6 seconds or more. I have a Win 10 machine with a class 50 SSD, Six Core Xeon 2.90GHz, etc. VLC launch should not be this slow.

How can I speed up the loading time of VLC?

Bort
  • 1,714

2 Answers2

40

There can be many causes for a slow launch in VLC 3, but here are two solutions I've confirmed help:

Solution A
VLCwin7User on the VideoLan forums came up a solution that I will paraphrase and add to:

  1. 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.)

  2. 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.

  1. Open VLC preferences via the menu or by pressing CTRL+P.
  2. Select show settings > All from the bottom left corner
  3. In the Advanced section, uncheck "Scan for new plugins"

VLC launch time reduction setting

Bort
  • 1,714
6

It took me minutes to open a video on a network share via VLC until I simply turned off the following option as from the link below:

https://forums.unraid.net/topic/102972-smb-slow-or-delayed-initial-access-time-with-vlc/

For me it was turning off "Autodetect subtitle files" in VLC.

Go to Tools > Preferences > Show All Settings > Scroll down to "Subtitles / OSD" under video (or just search for "autodetect subtitle") in the search bar > Then uncheck "Autodetect subtitle files"