home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / srew / files / AutoGordianKnot.2.06.beta.Update.exe / hidden_options.txt < prev    next >
Encoding:
Text File  |  2005-02-09  |  5.3 KB  |  121 lines

  1. The following files should be created in the source directory (i.e. where you have put the vobs/mpegs you are going to encode).
  2. If you are using Windows in order to create a file made of just an extension look at the end of this file.
  3.  
  4. 1) Force encoding sound in mono mp3 (note, bitrate automatically divided by two in this mode)
  5. .mono
  6.  
  7. ===============================================================================
  8. 2) Force cartoon mode for XviD 1.0
  9. .cartoon
  10.  
  11. ===============================================================================
  12. 3) Force normal IVTC when source was detected as hybrid
  13. .ivtc
  14.  
  15. ===============================================================================
  16. 4) Force deinterlacing when source was detected as hybrid
  17. .deint
  18.  
  19. ===============================================================================
  20. 5) Encode Credits with different settings (only XviD 1.x)
  21. .credits
  22.  
  23. inside .credits file write starting frame
  24. quality percentage (20-100)
  25. greyscale (TRUE,FALSE - in capital letters)
  26. e.g.
  27.  
  28. 12304
  29. 20
  30. FALSE
  31. ===============================================================================
  32. 6) Tune auto crop parameters
  33. .autocrop
  34.  
  35. First line is a threshold 0-255 (AutoGK uses 34 by default). The less number is the more cropping will be done.
  36. Second line is number of frames to examine (AutoGK uses 10 by default)
  37. Third line (optional) is starting frame for autocrop operation (useful if beginning logo or into has different AR)
  38. 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.
  39. To use it for manual cropping set threshold to 0 and then crop values in the forth line will be actual crop values.
  40. Note that AutoGK is enforcing mod4 values for both horizontal and vertical cropping. 
  41.  
  42. 20
  43. 5
  44. 1000
  45. 4,4,4,4
  46.  
  47. ===============================================================================
  48. 7) Specify audio and video PIDs for transport streams [OBSOLETE]
  49. .tstream
  50.  
  51. first line specifies video PID
  52. second line audio PID
  53. third line (optional) second audio PID
  54.  
  55. 11
  56. 14
  57. 15
  58.  
  59. Note those are hexadecimal numbers without leading "0x". 
  60. For the second audio option to work any audio stream should be selected as second stream in the GUI
  61. ===============================================================================
  62. 8) Tune KernelDeInt filter threshold. This file has to be in AutoGK home dir unlike all others!
  63. .kerneldeint
  64.  
  65. Just one line with a number 1-255 (default 10) e.g.
  66.  
  67. 5
  68. ===============================================================================
  69. 9) for ITU resize method (same option as in full Gordian Knot). This file has to be in AutoGK home dir unlike all others!
  70. .itu
  71.  
  72. ===============================================================================
  73. 10) force sharp MPEG matrix for XviD to be used irrespectively of comp test result
  74. .sharpmatrix
  75.  
  76. ===============================================================================
  77. 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
  78. .audio_id
  79.  
  80. Just one line with a number (80-89) omitting leading 0x:
  81.  
  82. 81
  83. ===============================================================================
  84. 12) display VCF scripts for VDubMod in the logs. This file has to be in AutoGK home dir unlike all others!
  85. .debug
  86.  
  87. ===============================================================================
  88. 13) reduce FPS for 60/50fps HDTV progressive sources using FDecimate filter. Analysis step will not be run if this option is used.
  89. .fps
  90.  
  91. First line is framerate: 25000 or 23976 or 29970
  92. Second line (optional) is threshold for duplicate detection: 10-25 (default 10).
  93. For more into have a look at filters/Docs/FDecimateHelp.html (note threshold is divided by 10 when supplied to FDecimate)
  94.  
  95. 29970
  96. 10
  97. ===============================================================================
  98. 14) Resizes and places burnt-in subs properly in resulting AVI, so no more squashed subs or subs that a too high.
  99. 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)
  100. This file has to be in AutoGK home dir unlike all others!
  101.  
  102. .adjustsubs
  103.  
  104. ===============================================================================
  105. 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.
  106. .aspect
  107.  
  108. 16:9
  109. ===============================================================================
  110. 16) Correct color if needed (because avisynth doesn't propagate color info to the codec properly).
  111. Many noticed that sometimes DivX/XviD encodes look a bit dark, so this option should solve it.
  112. If enabled then AutoGK will analyze the source to decide if color correction is needed. 
  113. If needed then there are two types of color correction possible: "fast" (MMX implementation) and "accurate" (slower, but precise).
  114. Note that this hidden option do not force color correction, It simply enables check if its needed.
  115. This hidden file has to be in AutoGK home dir unlike all others!
  116.  
  117. .colorcorrection
  118.  
  119. fast
  120. ===============================================================================
  121.