DryKillLogic Posted August 2, 2007 Posted August 2, 2007 (edited) This is the autoit script for the best DVD to Xvid (avi) ripper.Program features support of:- DVD/VOBs(unencrypted from hdd), MPEG2, MPEG1, transport streams (including multi-program ones) and AVI/DV input sources- XviD or DivX(5/6) output formats- AC3, DTS, PCM, MPA input audio tracks- AC3, DTS, MPA, CBR/VBR MP3 output audio tracks- two audio tracks in AVI- external (vobsub) or internal (burnt-in) subtitles (with support of forced subs)- HDTV input/output resolutions(upto 1920x***) and frame rates (50/60fps)- automatic crop and resize based on compressibility of the source to achieve best results- automatic detection of input source: PAL, NTSC, FILM, HYBRID- automatic deinterlacer and IVTC- automatic split into CD-sized chunks for main video and external subsDownload:Auto Gordian Knot 2.4.0 Full installer;AutoGordianKnot 2.4.0 by DryKillLogic;Silent default installation;original version from philmebeer;; ----------------------------------------------------------------------------; Script Defaults; ----------------------------------------------------------------------------Opt ("CaretCoordMode", 1) ;1=absolute, 0=relativeOpt ("ExpandEnvStrings", 0) ;0=don"t expand, 1=do expandOpt ("MouseClickDelay", 10) ;10 millisecondsOpt ("MouseClickDownDelay",10) ;10 millisecondsOpt ("MouseClickDragDelay",250) ;250 millisecondsOpt ("MouseCoordMode", 0) ;1=absolute, 0=relativeOpt ("MustDeclareVars", 0) ;0=no, 1=require pre-declareOpt ("PixelCoordMode", 1) ;1=absolute, 0=relativeOpt ("RunErrorsFatal", 1) ;1=fatal, 0=silent set @errorOpt ("SendAttachMode", 0) ;0=don"t attach, 1=do attachOpt ("SendCapslockMode",1) ;1=store and restore, 0=don"tOpt ("SendKeyDelay", 500) ;400 millisecondsOpt ("SendKeyDownDelay",1) ;1 millisecondOpt ("TrayIconDebug", 1) ;0=no info, 1=debug line infoOpt ("TrayIconHide", 0) ;0=show, 1=hide tray iconOpt ("WinDetectHiddenText",0) ;0=don"t detect, 1=do detectOpt ("WinSearchChildren",1) ;0=no, 1=search children alsoOpt ("WinTitleMatchMode", 3) ;1=start, 2=subStr, 3=exact, 4=...Opt ("WinWaitDelay",500) ;500 milliseconds; ----------------------------------------------------------------------------; AutoGK install; ----------------------------------------------------------------------------Run ("autoGK-setup.exe /S"); ----------------------------------------------------------------------------; VobSub install; ----------------------------------------------------------------------------WinWaitActive ( "Installer Language" )ControlClick ( "Installer Language" , "OK" , "Button1" )WinWaitActive ( "VobSub 2.23 Setup" )ControlClick ( "VobSub 2.23 Setup" , "&Next >" , "Button1")WinWaitActive ( "VobSub 2.23 Setup: Installation Options" )ControlClick ( "VobSub 2.23 Setup: Installation Options" , "&Next >" , "Button1")WinWaitActive ( "VobSub 2.23 Setup: Installation Folder" )ControlClick ( "VobSub 2.23 Setup: Installation Folder" , "&Install" , "Button1")WinWaitActive ( "VobSub 2.23 Setup: Completed" )ControlClick ( "VobSub 2.23 Setup: Completed" , "&Close" , "Button1"); ----------------------------------------------------------------------------; AviSynth install; ----------------------------------------------------------------------------WinWaitActive ( "AviSynth 2.5.6 " )ControlClick ( "AviSynth 2.5.6 " , "&Agree" , "Button2" )ControlClick ( "AviSynth 2.5.6 " , "&Next >" , "Button2" )ControlClick ( "AviSynth 2.5.6 " , "&Install" , "Button2" )WinSetTitle ( "AviSynth 2.5.6 ", "", "AviSynth 2.5.6 Install" )WinWaitNotActive ( "AviSynth 2.5.6 Install" )ControlClick ( "AviSynth 2.5.6 " , "&Finish" , "Button2" ); ----------------------------------------------------------------------------; Xvid install; ----------------------------------------------------------------------------WinWaitActive ( "XviD MPEG4 Video Codec Setup" )Send("{ENTER}")WinWaitNotActive ( "XviD MPEG4 Video Codec Setup")Send("{ENTER}");endInstruction:1) Download AutoGK from the download link2) Rename the setup to autoGK-setup.exe3) Create a new file called install.au3 and paste the autoit script then compile it. (If you havent the autoit program you can download from HERE4) Ready, everythings is done Thanks to philmebeer I used his original script and I just had to updated it.see ya!! Edited August 2, 2007 by DryKillLogic
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now