staff
2,096
edits
mNo edit summary |
mNo edit summary |
||
Line 116: | Line 116: | ||
===Windows Shortcut=== | ===Windows Shortcut=== | ||
#Extract avdump to a folder of choice. | #Extract avdump to a folder of choice. | ||
#:Example: "C:\Program Files\avdump\" | #:Example: <tt>"C:\Program Files\avdump\"</tt> | ||
#Right-click avdump.exe, select ''Create Shortcut''. | #Right-click <tt>avdump.exe</tt>, select ''Create Shortcut''. | ||
#Right-click the shortcut, add options to the ''Shortcut - Target'' line. | #Right-click the shortcut, add options to the ''Shortcut - Target'' line. | ||
#:Example, normal usage: <tt>"C:\Program Files\avdump\avdump.exe" -p</tt> | #:Example, normal usage: <tt>"C:\Program Files\avdump\avdump.exe" -p</tt> | ||
#:Example, autocreq usage: <tt>"C:\Program Files\avdump\avdump.exe" -o -ac:''myName'':''myApiPass''</tt> | #:Example, autocreq usage: <tt>"C:\Program Files\avdump\avdump.exe" -o -ac:''myName'':''myApiPass''</tt> | ||
#::You can also set other options like ''s'', ''x'' or ''t'' if you wish to do so. | #::You can also set other options like ''s'', ''x'' or ''t'' if you wish to do so. | ||
#::A commandline option to export ED2K links to a file is by adding -exp:''C:\Path\filename.txt'', etc. | #::A commandline option to export ED2K links to a file is by adding -exp: <tt>''C:\Path\filename.txt''</tt>, etc. | ||
#::Note that you need to set an API password in your AniDB profile for auto-creqing. | #::Note that you need to set an API password in your AniDB profile for auto-creqing. | ||
#:Optional: Change ''Run'' to ''Maximized''. | #:Optional: Change ''Run'' to ''Maximized''. | ||
#Drag and drop any media-file onto the shortcut. | #Drag and drop any media-file onto the shortcut. | ||
====Send to==== | ====Send to==== | ||
#Move shortcut to the SendTo folder. | #Move shortcut to the SendTo folder. | ||
#:Example, under XP: "C:\Documents and Settings\''Username''\SendTo" | #:Example, under XP: <tt>"C:\Documents and Settings\''Username''\SendTo"</tt> | ||
#:Example, under Vista: "C:\Users\''Username''\AppData\Roaming\Microsoft\Windows\SendTo" | #:Example, under Vista: <tt>"C:\Users\''Username''\AppData\Roaming\Microsoft\Windows\SendTo"</tt> | ||
#::Where ''Username'' is your Windows Login-Name. | #::Where ''Username'' is your Windows Login-Name. | ||
#:Note that ''SendTo'' is a hidden folder. | #:Note that ''SendTo'' is a hidden folder. | ||
#Right-click any media-file, go to "Send To", choose avdump.exe | #Right-click any media-file, go to "Send To", choose <tt>avdump.exe</tt> | ||
#Get [[Creq|CReqing]] | #Get [[Creq|CReqing]] | ||
Line 138: | Line 139: | ||
#Extract avdump to a folder of choice. | #Extract avdump to a folder of choice. | ||
#Create a MS-DOS batch file with the 2 lines below, and save it as ''filename.bat''. | #Create a MS-DOS batch file with the 2 lines below, and save it as ''filename.bat''. | ||
# | #<tt>@ECHO OFF</tt> | ||
# | #<tt>C:\AVDumpPath\avdump.exe %1 -exp:''C:\Path\filename.txt'' -ac:''myName'':''myApiPass''</tt> | ||
#Drag and drop any media-file onto the shortcut. | #Drag and drop any media-file onto the shortcut. | ||
===Graphical user interface=== | ===Graphical user interface=== | ||
''See:'' '''[[Avdump GUI]]''' | * ''See:'' '''[[Avdump GUI]]''' | ||
===Processing DVD's=== | ===Processing DVD's=== | ||
For processing DVD's it's best to set a small blocksize. Helps to improve performance. | For processing DVD's it's best to set a small blocksize. Helps to improve performance. | ||
Something like <tt>-bsize:256:1</tt> ''(default is 2048)'' | |||
< | |||
-bsize:256:1 | |||
</ | |||
== Autocreqing == | == Autocreqing == | ||
Line 391: | Line 388: | ||
[[Category:Features]] | [[Category:Features]] | ||
[[Category: | [[Category:AniDB Clients]] | ||
[[Category:Avdump]] | [[Category:Avdump]] | ||
[[Category:Development]] | [[Category:Development]] |