exctract avi properties
-
Hi, I wrote down a post some weeks ago but I can't find it so I'm sorry of having opened another one. Also, I'm sorry to have duplicated the post in the section managed c++, but after having clicked on 'submit' I noticed that there was a section visual c++ (which fits better whit my question).The problem is that I'm trying to exctrat some information (like codec name, lenght, width, ecc. ecc.) from an avi files. Actually I can do everything but the codec information. After having read from www.fourcc.org and some from msdn.com (http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/multimed/mmstr\_1xf6.asp) , I've understood that I have to use vfw32.h library. I can exctrat only the information that an avi's codec is: Stream Info: Type Codec vids divx How can I match the information divx to the exact versione?? Moreover, How can i distinguish from divx an xvid?? Do I have to create a structure with all the existent codec inside?? Well, it's all ... I wanna thank you everyone is going to answer me. Francesco ps: If u want some more informations, please just ask me :D
-
Hi, I wrote down a post some weeks ago but I can't find it so I'm sorry of having opened another one. Also, I'm sorry to have duplicated the post in the section managed c++, but after having clicked on 'submit' I noticed that there was a section visual c++ (which fits better whit my question).The problem is that I'm trying to exctrat some information (like codec name, lenght, width, ecc. ecc.) from an avi files. Actually I can do everything but the codec information. After having read from www.fourcc.org and some from msdn.com (http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/multimed/mmstr\_1xf6.asp) , I've understood that I have to use vfw32.h library. I can exctrat only the information that an avi's codec is: Stream Info: Type Codec vids divx How can I match the information divx to the exact versione?? Moreover, How can i distinguish from divx an xvid?? Do I have to create a structure with all the existent codec inside?? Well, it's all ... I wanna thank you everyone is going to answer me. Francesco ps: If u want some more informations, please just ask me :D