The EncoderBassEnc_Mp3 type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| LAME_ABRBitrate |
--abr: Specify average target bitrate in kbps desired (instead of quality).
Set to 0, if this option should be disabled (default).
| |
| LAME_Bitrate |
-b: Constant (or minimum allowed) bitrate in kbps, default 128 kbps.
| |
| LAME_CustomOptions |
The custom parameter string, which should be used, if the LAME_UseCustomOptionsOnly property is set to .
| |
| LAME_LimitVBR |
Use variable bitrate (VBR) limitation (Default is ).
| |
| LAME_Mode |
-m: The encoding mode (stereo, joint stereo, mono etc.).
| |
| LAME_PresetName |
--preset: Preset name must be "medium", "standard", "extreme", "insane" or a value for an average desired bitrate
and depending on the value specified, appropriate quality settings will be used.
| |
| LAME_Protect |
-p: error protection. Adds 16-bit checksum to every frame (default=).
| |
| LAME_Quality |
-q: Noise shaping and psycho acoustic algorithms (default is Quality).
| |
| LAME_ReplayGain |
--replaygain: ReplayGain analysis (Default is None).
| |
| LAME_TargetSampleRate |
--resample: target sampling frequency of output (in Hz). Set to 0 (zero) to use automatic resampling (default).
| |
| LAME_UseCustomOptionsOnly |
Use the LAME_CustomOptions parameter string only (default=).
| |
| LAME_UseVBR |
Use variable bitrate (VBR) (Default is ).
| |
| LAME_VBRDisableTag |
-t: disable writing VBR LAME Tag? (Default is ).
| |
| LAME_VBRMaxBitrate |
Specify maximum allowed bitrate in kbps, default 320 kbps.
| |
| LAME_VBRQuality |
-V: Quality setting for VBR (default is VBR_Q4).
|
See Also