Avdump: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 86: Line 86:


<i>(thanks to taxit for this tip)</i>
<i>(thanks to taxit for this tip)</i>
===Processing DVD's===
For processing DVD's it's best to set a small blocksize. Helps to improve performance.
something like
<pre>
-bsize:256
</pre>
<i>(default is 2048)</i>


===Graphical interface===
===Graphical interface===
Line 92: Line 101:


== Autocreqing ==
== Autocreqing ==
[[Image:Autocreq.gif|thumb|simple diagramm of the way avdump works]]
[[Image:Autocreq.gif|thumb|Simple diagram of the way autocreqing with avdump works]]


Avdump is now part of a new autocreqing system. Some more or less important notes:
Avdump is now part of a new autocreqing system. Some more or less important notes:
Line 108: Line 117:


===Why didn't this file get dumped?===
===Why didn't this file get dumped?===
* It's not avi/mkv/ogm/mov/mpg/rm.
* It's not avi/mkv/ogm/mp4/mov/mpg/rm.
* The file in AniDB is registered with wrong size and/or ED2K hash.
* The file in AniDB is registered with wrong size and/or ED2K hash.
* The file in AniDB '''was''' registed with wrong size and/or ED2K hash at some point (including lame files).
* The file in AniDB '''was''' registed with wrong size and/or ED2K hash at some point (including lame files).
* The file is larger than 2 GB.
* The file is larger than 2 GB (ie. wrong size).
* The pagckage did never reach the server.
* The package did never reach the server.
* The decryption or decompression failed at server side (rare).
* The decryption or decompression failed at server side (rare).
* The dump is not valid XML (rare).
* The dump is not valid XML (rare).
* The dump was marked unfit for file verification by an AniDB Moderator.


Ask [[User:epoximator|epoximator]] if you wonder why a certain file fails to get dumped.
The only way for regular users to check whether a file is dumped or not is to use the mylist report ''Files with no dump'' or ask [[User:epoximator|epoximator]].


===Processing DVD's===
===Why isn't this file verified?===
For processing DVD's it's best to set a small blocksize. Helps to improve performance.
Even if the file is dumped it doesn't mean it will get autocreqed (and verified). Here are the reasons:
* The file is corrupt/invalid ([http://anidb.info/perl-bin/animedb.pl?show=avmf&do=xml&avid=76226 example]).
* The dump was marked unfit for file verification by an AniDB Moderator.
* The file type is not included in autocreqing yet (mov/mpg/rm atm).


something like
Ask [[User:epoximator|epoximator]] if you wonder why a certain file is not verified even if it is dumped.
<pre>
-bsize:256
</pre>
<i>(default is 2048)</i>


==Source==
==Source==
Line 133: Line 140:
*MKV : [http://dl.matroska.org/downloads/libebml/ libebml], [http://dl.matroska.org/downloads/libmatroska/ libmatroska], modified [http://svn.matroska.org/viewsvn/trunk/MatroskaUtils/ MatroskaUtils]
*MKV : [http://dl.matroska.org/downloads/libebml/ libebml], [http://dl.matroska.org/downloads/libmatroska/ libmatroska], modified [http://svn.matroska.org/viewsvn/trunk/MatroskaUtils/ MatroskaUtils]
*OGM : [http://www.xiph.org/downloads/ libogg], [http://www.xiph.org/downloads/ libvorbis], modified [http://svn.corecodec.org/ogmtools ogmtools]
*OGM : [http://www.xiph.org/downloads/ libogg], [http://www.xiph.org/downloads/ libvorbis], modified [http://svn.corecodec.org/ogmtools ogmtools]
*MP4 : [http://mpeg4ip.cvs.sourceforge.net/mpeg4ip mpeg4ip], [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo]
*MP4 : [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo]
*AVI : modified [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo]
*AVI : [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo] + additional parsing code
*Everything else : [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo]
*Everything else : [http://mediainfo.cvs.sourceforge.net/mediainfo/ mediainfo]