home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / multimedia / taksi / taksi-0.7.6.msi / _8D5FD7AD06165589B24FBADFB2F3FB86 / _8E0D3F9660E34A2C8A3BD3EB430E10D9 < prev    next >
Text File  |  2006-06-22  |  3KB  |  90 lines

  1. ; Taksi configuration file
  2.  
  3. [TAKSI]
  4. DebugLog=0
  5. PosMasterWindow=70,13
  6.  
  7. ; capture directory
  8. ; (NOTE: must end with a backslash)
  9. CaptureDir="c:\Tmp\"
  10. FileNamePostfix=""
  11.  
  12. ; desired frame rate of captured video
  13. MovieFrameRateTarget=5
  14.  
  15. ; Hot key mappings
  16. ; Note: you must use hex.numbers that correspond
  17. ; to Windows "virtual key" values (i.e. VK_xxx), as defined
  18. ; in winuser.h. Here are some commonly used ones:
  19. ; F1 - F12    : 0x70 - 0x7b
  20. ; NumLock     : 0x90
  21. ; ScrollLock  : 0x91
  22. ; Shift       : 0x10
  23. ; Ctrl        : 0x11
  24. VKey_ConfigOpen=1136
  25. VKey_HookModeToggle=1137
  26. VKey_IndicatorToggle=1138
  27. VKey_RecordBegin=117
  28. VKey_RecordPause=118
  29. VKey_RecordStop=119
  30. VKey_Screenshot=120
  31. VKey_SmallScreenshot=632
  32.  
  33. ; This option allows to pick one of two methods of
  34. ; handling hot-keys:
  35. ; 0 - use keyboard hook.
  36. ; 1 - use DirectInput. (requires DirectX 8.1).
  37. KeyboardUseDirectInput=0
  38.  
  39. ; Experimental option to capture full-size video.
  40. ; WARNING: MAKE SURE YOU HAVE ENOUGH DISK SPACE AND THAT YOUR GRAPHICS
  41. ; CARD IS BLAZINGLY FAST, BEFORE USING VideoHalfSize=0
  42. VideoHalfSize=0
  43. VideoCodecInfo=64,0,0,0,1,0,0,0,0,0,0,0,118,105,100,99,109,115,118,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,44,1,0,0,64,31,0,0,0,0,0,0,0,0,0,0,4,0,0,0
  44. ; VideoCodecInfo=64,0,0,0,1,0,0,0,0,0,0,0,118,105,100,99,109,115,118,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,44,1,0,0,64,31,0,0,0,0,0,0,0,0,0,0,4,0,0,0
  45.  
  46. AudioCodecInfo=85,0,2,0,192,93,0,0,88,27,0,0,1,0,0,0,12,0,1,0,2
  47. AudioDevice=-2
  48.  
  49. GDIFrame=1
  50. GDIUse=0
  51. ShowIndicator=1
  52. OpenGLUse=1
  53. VideoCodecMsg=0
  54. UseOverheadCompensation=0
  55.  
  56. ; CUSTOM VIDEO CAPTURE SETTINGS
  57. ; Custom frame capturing settings can overwrite general
  58. ; setting on per-process basis. The settings have the following format:
  59. ; [TAKSI_CUSTOM <id>]
  60. ; pattern = "<pattern>"
  61. ; frameRate = <rate>
  62. ; frameWeight = <weight>
  63. ;
  64. ; where <id> is either a number or a word, which uniquelly
  65. ; identifies this group of settings. <pattern> is a string that will
  66. ; be matched against the process filename; <rate> is an integer frame
  67. ; rate in FPS; and <weight> is a floating-point weight of each frame.
  68. ;
  69. ; (For example: 1.0 weight means that every frame will be
  70. ; recorded in the video, 0.4 weight means that out of each
  71. ; 5 frames 2 will be recorded, 3.0 weight means each frame will be
  72. ; duplicated 3 times in the video).
  73. ;
  74. ; You can put as many groups as you want, as long as each group
  75. ; has a unique id.
  76. ;
  77. ; Sample settings:
  78. ; (work well for me with Pro Evolution Soccer 3)
  79. ;
  80. [TAKSI_CUSTOM Pro Evolution Soccer 3]
  81. Pattern="pes3"
  82. FrameRate=20
  83. FrameWeight=0.4
  84.  
  85. [TAKSI_CUSTOM Gaim]
  86. // Dont hook this.
  87. Pattern="Gaim"
  88. FrameRate=0
  89. FrameWeight=0
  90.