I'm using the OpenImaj library in Java for my project and i would like to know if there is a way to check if a video is decodable when opened with XuggleVideo ? Because i need to create my own exception class in my project and to do that i need to check if the video is correctly opened.
I tried looking in OpenImaj's API but i didn't found anything.
Do you know if it's possible ? Thanks !