Getting Video Media Details

Started by
-1 comments, last by link161 11 years, 6 months ago
Hey All,
So I need to write a quick little app in Windows Forms C# than will calculate all the video files in a folder(usually H.264 Quicktimes) and spit out their length and Size on the disk. Then Ill output this to a .csv doc.

I have no problem with writing to a csv or any of that, it really is just the getting of the info that seems to be the problem. Anybody have a way of doing this? Windows already puts this data in a property, is there a way just to grab a files property?

Thanks in advanced for any ideas

This topic is closed to new replies.

Advertisement