How to check if my video is decodable using OpenImaj?

40 Views Asked by At

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 !

0

There are 0 best solutions below