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 / ogg.txt < prev    next >
Text File  |  2002-09-22  |  1KB  |  58 lines

  1. this file lists all switches of Ogg Vorbis encoding engine supported by 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. -b BITRATE
  12. -----------
  13.  
  14. Default: Not Set.
  15.  
  16. This controls the nominal bitrate of the encoded Ogg track.
  17. Bitrates should be treated as KBPS. for example -ogg( -b 128 ).
  18.  
  19.  
  20. -m BITRATE
  21. -----------
  22.  
  23. Default: Not Set.
  24.  
  25. This controls the minimum bitrate of the encoded Ogg track.
  26. Bitrates should be treated as KBPS. for example -ogg( -m 64 ).
  27.  
  28.  
  29. -M BITRATE
  30. -----------
  31.  
  32. Default: Not Set.
  33.  
  34. This controls the maximum bitrate of the encoded Ogg track.
  35. Bitrates should be treated as KBPS. for example -ogg( -M 192 ).
  36.  
  37.  
  38. -q QUALITY
  39. -----------
  40.  
  41. Default: Not Set.
  42.  
  43. This sets the desired quality of the OGG stream.
  44. Quality values should vary from 0 to 1. 
  45. -ogg( -q 0 ) will produce the smallest ogg filesizes.
  46. -ogg( -q 1 ) will produce the biggest ogg filesize.
  47.  
  48.  
  49. -6ch
  50. -----
  51. Default: Not Set.
  52.  
  53. This sets BeSweet to produce a 5.1 Vorbis stream.
  54.  
  55.  
  56. -rehuff
  57. --------
  58. Recalculate huffman codebooks, two-pass encoding for better compression gain.