I want to retrieve and Validate the Audio and Video files Codec Info, File-format and Media Format.Looking for a .Net Class Library and having a better Wrapper classes return so that I can retrieve this information from a File in C# .
Once it is returned need to create the XML related Audio/Video <source>
tags based on the "codec Info"/"file-format"/"Media format" received for that file as below.
<source src="ABCGTH.mp4" type="video/mp4; codecs='avc1.42E01E, mp4a.40.2'" />
<source src="QRSTBU.webm" type="video/webm; codecs='vp8, vorbis'" />