VLC quits itself automatically after playing video

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

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like