Page 1 of 1

Can I pre cue a video for playback in command line

Posted: 04 Apr 2015 03:36
by fxmech
Is there a way to pre load a video ideally through command line input?
I'm using processing language to tell vlc to play the video but the command both loads and starts the video.... my goal is to simultaneously trigger a midi song along with the vlc video playback...
The command line commands seem to load and play automatically so I can't wait to trigger the midi song since i dont know when vlc will finish loading and start playing the video....

I'm using processing to handle the midi playback and to send commands to start vlc...

Any suggestions on how to proceed?
The idea is to see if I can keep both video and midi in synch....too bad vlc is not doing midi on windows anymore...

Re: Can I pre cue a video for playback in command line

Posted: 20 Apr 2015 22:10
by Jean-Baptiste Kempf
Use VLC 3.0.0 and start-as-paused option.

Re: Can I pre cue a video for playback in command line

Posted: 21 Apr 2015 05:35
by fxmech
Thank you for the reply, but I'm a bit confused.
Where is 3.0.0? I see 2.2.1 as the latest version and couldn't find a 3.0.0 beta version as an available download

Re: Can I pre cue a video for playback in command line

Posted: 03 May 2015 15:56
by Jean-Baptiste Kempf