How to determine whether or not a video format is supported
- by Tal Even-Tov
Hi,
I've had to write an application that lists and plays tutorial videos along with accompanying text. It works well but since the videos are added by the user I need a way of checking to see whether or not a video can be played on the machine.
I'm not sure whether or not there is an easy way to try test the file (and catch errors) or if I need to start looking at codecs installed.
Does anybody have any experience with this?