Page 1 of 1

problem with vlc command line

Posted: 19 Feb 2008 07:37
by tomerra
I am trying to run this code:

Code: Select all

vlc --play-and-exit movie_test.3gp
vlc does not recognize the --play-and-exit command - any idea?

Re: problem with vlc command line

Posted: 19 Feb 2008 10:27
by Jean-Baptiste Kempf
vlc porn.3gp vlc:quit

Re: problem with vlc command line

Posted: 19 Feb 2008 11:11
by tomerra
Thx so much!

Re: problem with vlc command line

Posted: 12 Mar 2008 22:40
by carl_2
vlc porn.3gp vlc:quit
Mmmh, I'm sorry
I added
"play-and-exit=1"
and set
"play-and-stop=1"
in my "vlcrc"
Then typed "vlc.exe -I rc good.mp3 vlc:quit" in the cmd window. Vlc plays the file
but, when finished playing the cmd-window is still on my desktop. And vlc is waiting for an input
after entering "quit" vlc ends and closes the window. I use version 0.8.6e Janus on a WIN XPprof SP2++ machine.
any suggestions?

Re: problem with vlc command line

Posted: 05 Apr 2008 21:53
by Trollslayer
The option

Code: Select all

vlc:quit
only works if you let the file play through (i.e. reaches the end of file). Using the stop command does not works as the file has not reached the end.
I am using VLC within MythTV so am working out how to map the stop button of the remote control to the quit command of VLC, this will provide manual exit on stop.
:)