Click here to Skip to main content
15,887,429 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to read metadata of mpeg4 files not of mpeg2 or mpeg1.I want the code that can read mpeg4 audio and video metadata in c# or vb.net.

Plz help me out by tomorrow.

Its really very very urgent
Posted
Updated 26-Jul-11 10:34am
v6
Comments
Dave Kreskowiak 26-Jul-11 8:03am    
When you start paying people to help you, then you can say it's urgent. Until then...

1 solution

There is no such namespace or class in windows that can help you with this; But you can use the MediaInfo source code which is able to read metadata information from all kinds of media files. MediaInfo source is available as an open source so you can use that .

You will find MediaInfo source code here http://mediainfo.sourceforge.net/en/Download/Source[^]

Download the the one that has been compiled with visual C++.

Mark as answered if you found what you wanted.
 
Share this answer
 
Comments
Member 8070516 26-Jul-11 4:41am    
thanks praveen thanks a lot
Member 8070516 26-Jul-11 4:42am    
praveen i didnt find out there can you exactty tell me what to open after clicking that link
Praveen Kullu 26-Jul-11 4:49am    
Download the one where under the version it is written:

Sources with all third-party libs inclusive, (for quick compilation from Microsoft Visual C++).
It would be compressed with 7z.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900