home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / besweet / BeSweetv1.4.exe / Help / ota.txt < prev    next >
Text File  |  2002-09-28  |  3KB  |  102 lines

  1. this file lists all switches of Overall Track Adjustments for BeSweet v1.4.
  2. beware : switches are case-sensitive.
  3.  
  4. Usage :
  5. BeSweet -core(..) -ota(..) -azid(..) -shibatch(..) -boost(..) -lame(..) -mp2enc(..) -ogg(..) -split( .. ) -plugin( .. ) -ac3enc(..)
  6.  
  7.  
  8. Dg.
  9.  
  10.  
  11. -d
  12. ---
  13.  
  14. Default: 0
  15.  
  16. This sets the delay (in miliseconds) to be added to output.
  17. values can be negative or positive.
  18.  
  19. -d auto, is a special switch for automaticly asserting the A/V delay. (only for VOBS)
  20.  
  21.  
  22. -sc
  23. ---
  24.  
  25. Default : Not used.
  26. this sets the minimum resolution of samples for Delay assertions.
  27.  
  28.  
  29. -e
  30. ---
  31.  
  32. Default: 0
  33.  
  34. This add silence at the end of the encoded track.
  35. values are set in miliseconds.
  36.  
  37.  
  38. -r  [destination] [source]
  39. ---------------------------
  40.  
  41. Default: not used
  42.  
  43. This sets Frame-Rate-Convertor ratio.
  44.  
  45. common values :
  46.   for NTSC2PAL (23.976fps to 25.000fps) use "-r 23976 25000"
  47.   for NTSC2PAL (29.970fps to 25.000fps) use "-r 29970 25000"
  48.   for PAL2NTSC (25.000fps to 23.976fps) use "-r 25000 23976"
  49.  
  50.  
  51. -fs
  52. ----
  53.  
  54. Default: not used
  55.  
  56. This forces value to Source Sampling-Rate.
  57.  
  58.  
  59. -g GAIN
  60. -------
  61.  
  62. Default: 1.0 (or 0db)
  63.  
  64. This option controls the overall track PreGain. The value can be given
  65. in db's (by specifying "db" after the argument) or a positive numerical
  66. value. Examples: -g -3db, -g 5.3, -g 6db
  67.  
  68. -g max, is a special switch for finding maximum gain. (Normalize)
  69.  
  70.  
  71. -norm VALUE
  72. -----------
  73. Default: not used.
  74.  
  75. This option is an alternative to "-g max", and can be used to set gain of a track to a lower value than its maximum.
  76. "-norm 90%", for example, will normalize a track to 90% of its maximal gain.
  77. "-norm 100%" is equivalent to "-g max".
  78.  
  79.  
  80. -G GAIN
  81. -------
  82.  
  83. Default: 1.0 (or 0db)
  84.  
  85. This option controls the overall track PostGain of encoded MP3/OGG. The value can be given
  86. in db's (by specifying "db" after the argument) or a positive numerical
  87. value. Examples: -G -3db, -G 5.3, -G 6db
  88.  
  89.  
  90. -G max, is a special switch for finding maximum gain. (Normalize)
  91.  
  92.  
  93. Important :
  94. ------------
  95. "-G" switch differs from "-g" in the fact that "-G" will assert gain on a MP3/OGG after encoding prcoess was finished, while "-g" will assert the gain before encoding.
  96. that's why "-g max" will take almost 50% time longer than "-G max".
  97. about the quality difference between the two methods, here's a quote of 'tangent' :
  98. [quote]
  99. "I believe that the benefits of postgain and more than worthwhile. Quality wise, it would not be the same as pregain, and one cannot absolutely say if it would be worse, better or similar. I can say that for most people out there the difference is inaudible, and in my opinion the quality should be better. This, plus the fact that postgain method is faster is enough for me to choose the postgain method. 
  100.  
  101. One last final advantage of post-gain is that you can guarantee that with post-gain applied, you can absolutely guarantee that the decoded playback will not clip and will have the highest volume possible (within 1.5dB). With pre-gain, there is no such guarantee, and you cannot be sure if the decode playback will clip or have the highest volume possible."
  102. [end of quote]