View Single Post
Old 3rd July 2005, 12:31   #14  |  Link
Zenitram
Registered User
 
Join Date: Aug 2002
Location: France, Paris
Posts: 672
Thanks for your replies...
Quote:
Originally Posted by Kurtnoise13
I'd like to suggest you to use some GPAC code for mp4 files.
I should.
But this is actually hard to understand GPAC interface (mainly for tags).
I use mp4ff for codecs, and mp4v2 for tags.
I know how to do for codecs with GPAC, but I don't know how to do for tags.
I will work on it, but some difficulties... ;-)

Quote:
Originally Posted by Prodater64
Could you post how can I call mediainfo.dll from VB6 files please.
There is an VB5 (works on VB6 too) example with the DLL package, in the "Contrib" Directory.
Not exactly what you want, but you should easily understand how to do

Quote:
Originally Posted by Doom9
Hmm... could it be that the feature matrix (http://mediainfo.sourceforge.net/formats.html) is incomplete?
little outdated
Quote:
Originally Posted by Doom9
Looking at the screenshots I see "play length" but that doesn't seem to be listed in the matrix.
Duration is the same as "Play length", I changed the name in MediaInfo, but not in the matrix
Quote:
Originally Posted by Doom9
For me getting the length of a file (audio or video) as well as number of frames (in case of video) are the features I'm most interested in.
MediaInfo_Option(NULL, "Info_Parameters") to have all available parameters.
MediaInfo_Get(Handle, Stream_General, 0, "PlayTime", Info_Text, Info_Name) to have the length in millisecond (or "PlayTime_String1" or 2 or 3 to have formated text ("?h ?mn ?s"...)
MediaInfo_Get(Handle, Stream_Video, 0, "FrameCount", Info_Text, Info_Name) to have number of Frames (or PlayTime*FrameRate if you prefer...)
Quote:
Originally Posted by Sirber
Track information seems to be missing for MKV... could be cool to have it
The complete work on MKV is not done yet, this will come soon!
__________________
Want to know all about your media files? http://mediaarea.net/MediaInfo
Zenitram is offline   Reply With Quote