Hello,
I am using VLC for transcoding some videos through a GUI in java.
I am using Runtime.getRuntime().exec() which launches the VLC.
What I want to do is to detect the end of the transoding / stream so I can make some sort of queue to automatically start the next one on the list.
Any ideas?
Also, does the jvlc have the suitable methods for such task? i.e run vlc with args and a listener to notify for the end of the trancoding ?
Apparently I can't find the jvlc to test it on my own but if it does work I will try to find it (any links to the library files appreciated).
thank you