Mediainfo

From EMule Wiki
(Difference between revisions)
Jump to: navigation, search
m (Versions working with eMule)
m (grammar/spelling)
Line 2: Line 2:
  
 
[http://mediainfo.sourceforge.net MediaInfo] supplies technical and tag information about a video or audio file.
 
[http://mediainfo.sourceforge.net MediaInfo] supplies technical and tag information about a video or audio file.
MediaInfo support various codecs (DivX, XviD, MSMPEG4, ASP, H.264, AVC, OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF, SRT, SSA, ASS, SAMI...) and containers (MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, VOB...).
+
MediaInfo supports various codecs (DivX, XviD, MSMPEG4, ASP, H.264, AVC, OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF, SRT, SSA, ASS, SAMI...) and containers (MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, VOB...).
  
== Why should i use it? ==
+
== Why should you use it? ==
  
MediaInfo is very usefull as it does check file extension and filecontent, and you can see, as soon as the headers are available, if a file is really a multimedia file or if it's some sort of fake data.
+
MediaInfo checks file extension and file content, and you can see, as soon as the headers are available (The first chunk of a file, usually), if a file is really a multimedia file or if it's some other file type, or just fake data.
  
 
There are several way to use it, one of them is to get it integrated into eMule.
 
There are several way to use it, one of them is to get it integrated into eMule.
  
== How can i use it? ==
+
== How can you use it? ==
  
To get it working with eMule and be able to see some more infos about the files you are downloading/sharing you just need to downlaod one of the archives here:
+
To get it working with eMule and be able to see more information about the files you are downloading/sharing, you just need to download one of the archives here:
 
http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90614
 
http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90614
  
and extract the mediainfo.dll file in the same dir as eMule.exe.
+
and extract the mediainfo.dll file into the same directory where the eMule.exe file exists.
  
The next time you will start eMule it will be able to detect more filetypes and codecs, and will be able to show additional infos if available (like title, author, program used and such) in the in the file -> detail -> content tab.
+
The next time you start eMule, it employs the functions made available in the mediainfo DLL. eMule will then be able to detect more filetypes and codecs, and will be able to show additional information if available (like title, author, program used and such) in the in the file -> detail -> content tab.
  
If mediainfo is not available eMule will use some internal routines to detect codecs and tags, but those routines are very limited and work only certain types of files.
+
If mediainfo is not available eMule will use it's own internal detection routines to detect codecs and tags. These internal routines are very limited, and they work only on specific types of files. Hence the reason why the mediainfo routines are popular.
  
 
== Versions working with eMule ==
 
== Versions working with eMule ==
  
 
*At the time of writing the current version of MediaInfo is 0.7.4.5 and works correctly with eMule 0.47c.
 
*At the time of writing the current version of MediaInfo is 0.7.4.5 and works correctly with eMule 0.47c.
*Versions 0.7.0.3 is als o know working version.
+
*Versions 0.7.0.3 is also a known working version.
 
*Version 0.7.10 can cause extreme usage of resources depending on the file type.  See [http://forum.emule-project.net/index.php?s=&showtopic=30734&view=findpost&p=742153 xtreme topic]
 
*Version 0.7.10 can cause extreme usage of resources depending on the file type.  See [http://forum.emule-project.net/index.php?s=&showtopic=30734&view=findpost&p=742153 xtreme topic]
  
 
== Capabilities of mediainfo over standard eMule ==
 
== Capabilities of mediainfo over standard eMule ==
  
as an example of the "power" of mediainfo here is a screenshot on how an mkv file with x264 video and ac3 audio is seen in this way WITHOUT mediainfo.dll:
+
As an example of the power of mediainfo, here is a screenshot on how an mkv file with x264 video and ac3 audio is seen in this way WITHOUT mediainfo.dll:
  
  
 
http://wiki.emule-web.de/image/no_mediainfo.gif WITHOUT mediainfo.dll
 
http://wiki.emule-web.de/image/no_mediainfo.gif WITHOUT mediainfo.dll
  
and in this show how it's seen WITH mediainfo.dll:
+
and this screenshot shows how it's seen WITH mediainfo.dll:
  
 
http://wiki.emule-web.de/image/with_mediainfodata.gif WITH mediainfo.dll
 
http://wiki.emule-web.de/image/with_mediainfodata.gif WITH mediainfo.dll
  
== Many tech details still not showed ==
+
== Many technical details still not shown ==
  
Mediainfo is capable to deliver way more data (technical data) compared to what eMule is able to show in the content tab (only tags?), we will hope the capabilities of eMule (or others mods) will be extended ;)
+
Mediainfo is capable to deliver far more data (technical data) compared to what eMule is able to show in the content tab (only tags?). We hope the capabilities of eMule (or others mods) will be extended with further improvements to Mediainfo ;)
  
 
[[category:Howto]]
 
[[category:Howto]]

Revision as of 08:53, 18 May 2007

Contents

Description

MediaInfo supplies technical and tag information about a video or audio file. MediaInfo supports various codecs (DivX, XviD, MSMPEG4, ASP, H.264, AVC, OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF, SRT, SSA, ASS, SAMI...) and containers (MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, VOB...).

Why should you use it?

MediaInfo checks file extension and file content, and you can see, as soon as the headers are available (The first chunk of a file, usually), if a file is really a multimedia file or if it's some other file type, or just fake data.

There are several way to use it, one of them is to get it integrated into eMule.

How can you use it?

To get it working with eMule and be able to see more information about the files you are downloading/sharing, you just need to download one of the archives here: http://sourceforge.net/project/showfiles.php?group_id=86862&package_id=90614

and extract the mediainfo.dll file into the same directory where the eMule.exe file exists.

The next time you start eMule, it employs the functions made available in the mediainfo DLL. eMule will then be able to detect more filetypes and codecs, and will be able to show additional information if available (like title, author, program used and such) in the in the file -> detail -> content tab.

If mediainfo is not available eMule will use it's own internal detection routines to detect codecs and tags. These internal routines are very limited, and they work only on specific types of files. Hence the reason why the mediainfo routines are popular.

Versions working with eMule

  • At the time of writing the current version of MediaInfo is 0.7.4.5 and works correctly with eMule 0.47c.
  • Versions 0.7.0.3 is also a known working version.
  • Version 0.7.10 can cause extreme usage of resources depending on the file type. See xtreme topic

Capabilities of mediainfo over standard eMule

As an example of the power of mediainfo, here is a screenshot on how an mkv file with x264 video and ac3 audio is seen in this way WITHOUT mediainfo.dll:


no_mediainfo.gif WITHOUT mediainfo.dll

and this screenshot shows how it's seen WITH mediainfo.dll:

with_mediainfodata.gif WITH mediainfo.dll

Many technical details still not shown

Mediainfo is capable to deliver far more data (technical data) compared to what eMule is able to show in the content tab (only tags?). We hope the capabilities of eMule (or others mods) will be extended with further improvements to Mediainfo ;)

Retrieved from "?title=Mediainfo&oldid=1796"
Personal tools