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,...