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
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 ...
The only way I can think of doing this is to get the movie length and start an internal clock to synchronize to but I would need to be able to know every time the video stalls and for how long.... would that be a better approach? I always figured grabbing time data or current frame data would be fea...
Hi all, Im new to the forum. I am trying to see if it is possible to embed timecode in a video to be retrieved as the video plays. I saw the vlcj.player.MediaPlayer.getTime() function which returns the video play time in millis My goal is to get any type of time data from a video so that I can use i...