How to determine whether or not a video format is supported

Posted by Tal Even-Tov on Stack Overflow See other posts from Stack Overflow or by Tal Even-Tov
Published on 2010-05-20T21:06:49Z Indexed on 2010/05/20 21:10 UTC
Read the original article Hit count: 165

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about video