Avdump

From AniDB
Revision as of 13:10, 14 May 2006 by Der Idiot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is it

Avdump is a video codec identification utility - identifies which video codec and audio compression method is used on video files. Furthermore it calculates the used bitrates, the length, identifies the number of used audiochannel and more.
It is based on mediainfo, but got enhanced and changed to fit anidb's needs by Epoximator.
Avdump was created with the intention to provide anidb with a tool to standarize the input. Furthermore it will become part of the upcoming AOM 0.6 allowing to autocreq all the generated informations.

supported formats

  • Video : MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)...
(Codecs : DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  • Audio : OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  • Subtitles : SRT, SSA, ASS, SAMI...

Usage

Avdump is a simple commandline client and as that is to be used in the dosbox.

avdump [-pstx] <media file/folder> [log file]
Options: (all in one)

  • p - pause when finished
  • s - short output
  • t - time used (per file)
  • x - xml output

Alternative way of usage

  • Extract to a folder of choice
  • Right-click avdump.exe, select "Create Shortcut"
  • Right-click the shortcut, add " -p" to the "Shortcut - Target" line
Example: "C:\program files\Codecs\avdump\avdump.exe" -p
Optional: Change "Run" to "Maximized"
you can also set other options like s, x or t if you wish to do so.
  • Move shortcut to C:\Documents and Settings\[Username]\SendTo
[Username] is your WinXP LogIn-Name
  • Right-click any media-file, goto "Send To", choose avdump (or whatever you called the shortcut)
  • Be happy :D
  • Get CReqing

(thanks to taxit for this tip)

Download

Get your copy of avdump HERE!

Changelog

0.14 : 060514
 - Added anidb AR, flags and chan str to normal output.
 - Added new output mode: short (-s).
 - Added switch -t: show proc time (per file).
 - Fixed high mem usage bug on some file formats.
 - Fixed access violation on files with very many tracks.
 - Added track names (mkv only).
 - Added version in output.
 - Some tweaking of output format.
0.13 : 060511
 - Fixed wrong track durations for some mkv files.
 - Added anidb channel id (only in xml).
0.12 : 060510
 - Improved VFR check.
 - Added anidb video flags (only in xml).
0.11 : 060509
 - Added anidb codec id for ogm (and fixed a minor issue for some mkv files).
 - Added simple VFR check for mkv files.
0.10 : 060501
 - Added MP3 VBR check on avi and mkv files (variable frame size check).
 - Added xml output (-x).
 - Added anidb codec id, and some checking on fourcc vs user data.
 - Added anidb lang and ar id (only printed in xml mode).
 - Fixed some issues with mp4, rm and mpg files.
0.09 : 060401
 - Fixed track size for all non mkv/ogm/avi/mp4.
 - Changes in the output format.
0.08 : 060330
 - Exe is now unicode.
 - Fixed wrong output for avi files with multiple audio tracks.
 - Added better track size calc for avi files. (first try)
 - Added track duration.
0.07 : 060314
 - Fixed broken ogm parsing (language).
0.06 : 060305
 - Fixed wrong duration for some mkv files.
 - Fixed wrong track size for some mkv files.
0.05 : 060221
 - Improved USER data check.
 - Killed some memory leaks.
0.04 : 060217
 - Fixed 'AAC in OGM' crash.
 - Added check for USER data in mkvs and ogms.
 - Cleaned codec output for mkvs.
 - Added some filecomment output.