Jump to content

[Release] Auto Gordian Knot 2.40 -Silent Install Autoit-


Recommended Posts

Posted (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 subs

Download:

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=relative
Opt ("ExpandEnvStrings", 0) ;0=don"t expand, 1=do expand
Opt ("MouseClickDelay", 10) ;10 milliseconds
Opt ("MouseClickDownDelay",10) ;10 milliseconds
Opt ("MouseClickDragDelay",250) ;250 milliseconds
Opt ("MouseCoordMode", 0) ;1=absolute, 0=relative
Opt ("MustDeclareVars", 0) ;0=no, 1=require pre-declare
Opt ("PixelCoordMode", 1) ;1=absolute, 0=relative
Opt ("RunErrorsFatal", 1) ;1=fatal, 0=silent set @error
Opt ("SendAttachMode", 0) ;0=don"t attach, 1=do attach
Opt ("SendCapslockMode",1) ;1=store and restore, 0=don"t
Opt ("SendKeyDelay", 500) ;400 milliseconds
Opt ("SendKeyDownDelay",1) ;1 millisecond
Opt ("TrayIconDebug", 1) ;0=no info, 1=debug line info
Opt ("TrayIconHide", 0) ;0=show, 1=hide tray icon
Opt ("WinDetectHiddenText",0) ;0=don"t detect, 1=do detect
Opt ("WinSearchChildren",1) ;0=no, 1=search children also
Opt ("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}")

;end

Instruction:

1) Download AutoGK from the download link

2) Rename the setup to autoGK-setup.exe

3) 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 HERE

4) Ready, everythings is done :D

Thanks to philmebeer I used his original script and I just had to updated it.

see ya!!

Edited by DryKillLogic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...