My laptop is running Windows 10 32-bit, and already have VLC 2.2.4 installed. Is there any way (from command line) to make VLC automatically quits itself after playing video?
I already tried something like "vlc --no-play-and-exit somecatvideo.mp4", and well it didn't work. VLC was still opened so I had to terminate it manually.
1 Answer
Is there any way (from command line) to make VLC automatically quits itself after playing video?
On the command line just add vlc://quit on the end of your command.
e.g
vlc path/url vlc://quit