home *** CD-ROM | disk | FTP | other *** search
Wrap
The following files should be created in the source directory (i.e. where you have put the vobs/mpegs you are going to encode). If you are using Windows in order to create a file made of just an extension look at the end of this file. 1) Force encoding sound in mono mp3 (note, bitrate automatically divided by two in this mode) .mono =============================================================================== 2) Force cartoon mode for XviD 1.0 .cartoon =============================================================================== 3) Force normal IVTC when source was detected as hybrid .ivtc =============================================================================== 4) Force deinterlacing when source was detected as hybrid .deint =============================================================================== 5) Encode Credits with different settings (only XviD 1.x) .credits inside .credits file write starting frame quality percentage (20-100) greyscale (TRUE,FALSE - in capital letters) e.g. 12304 20 FALSE =============================================================================== 6) Tune auto crop parameters .autocrop First line is a threshold 0-255 (AutoGK uses 34 by default). The less number is the more cropping will be done. Second line is number of frames to examine (AutoGK uses 10 by default) Third line (optional) is starting frame for autocrop operation (useful if beginning logo or into has different AR) Forth line (optional) is left,right,top,bottom forced crop values _after_ initial autocropping is performed. So if you want to crop out some non-black material (like bottom 8 pixels in 1088i stream) you can use this parameter. To use it for manual cropping set threshold to 0 and then crop values in the forth line will be actual crop values. Note that AutoGK is enforcing mod4 values for both horizontal and vertical cropping. 20 5 1000 4,4,4,4 =============================================================================== 7) Specify audio and video PIDs for transport streams [OBSOLETE] .tstream first line specifies video PID second line audio PID third line (optional) second audio PID 11 14 15 Note those are hexadecimal numbers without leading "0x". For the second audio option to work any audio stream should be selected as second stream in the GUI =============================================================================== 8) Tune KernelDeInt filter threshold. This file has to be in AutoGK home dir unlike all others! .kerneldeint Just one line with a number 1-255 (default 10) e.g. 5 =============================================================================== 9) for ITU resize method (same option as in full Gordian Knot). This file has to be in AutoGK home dir unlike all others! .itu =============================================================================== 10) force sharp MPEG matrix for XviD to be used irrespectively of comp test result .sharpmatrix =============================================================================== 11) [OBSOLETE from version 1.86] same as for transport streams this option allows to set an audio id in file mode when stream info file is not processed .audio_id Just one line with a number (80-89) omitting leading 0x: 81 =============================================================================== 12) display VCF scripts for VDubMod in the logs. This file has to be in AutoGK home dir unlike all others! .debug =============================================================================== 13) reduce FPS for 60/50fps HDTV progressive sources using FDecimate filter. Analysis step will not be run if this option is used. .fps First line is framerate: 25000 or 23976 or 29970 Second line (optional) is threshold for duplicate detection: 10-25 (default 10). For more into have a look at filters/Docs/FDecimateHelp.html (note threshold is divided by 10 when supplied to FDecimate) 29970 10 =============================================================================== 14) Resizes and places burnt-in subs properly in resulting AVI, so no more squashed subs or subs that a too high. Works only for burnt-in subs and only for bottom subs (sometimes you have subs in the upper part of the picture, those ones will be displayed incorrectly if this option is used) This file has to be in AutoGK home dir unlike all others! .adjustsubs =============================================================================== 15) Forces AR from D2V file (that can be 16:9, 4:3 or 1:1) to be overridden with contents of this hidden option. .aspect 16:9 =============================================================================== 16) Correct color if needed (because avisynth doesn't propagate color info to the codec properly). Many noticed that sometimes DivX/XviD encodes look a bit dark, so this option should solve it. If enabled then AutoGK will analyze the source to decide if color correction is needed. If needed then there are two types of color correction possible: "fast" (MMX implementation) and "accurate" (slower, but precise). Note that this hidden option do not force color correction, It simply enables check if its needed. This hidden file has to be in AutoGK home dir unlike all others! .colorcorrection fast ===============================================================================