Saturday, 15 January 2011

.net - Getting file details -


I am trying to get file descriptions from pictures and videos such as width and height, in fact the file is in vb Without opening .net I am planning to index a lot of files at a time, if I can capture such file details in the File Details menu which is very helpful. I know that they are labeled differently for different files, some width and height, some frame width and frame height.

Every time I try to find information about it, then it involves loading the file as a bitmap. I probably do not want to load thousands of images and videos. Surely there is a way to read file descriptions?

Implement this kind of functionality for every possible combination under the media format and the container under the sun There will be a project. Instead, I recommend using MediaInfo, which is actually an open-source project designed to do this.

A quick Google search for a VB.NET wrapper around the MediaInfo Library came with:

Good luck!

No comments:

Post a Comment