TrustedUser
2,147
edits
(→MP3 mode params: add --lame-path) |
(→Audio mode params: document MP3 params for version 1.2.0svn as it is quite different from version 1.1.1) |
||
Line 61: | Line 61: | ||
You can specify what compression method to use. Use '''--mp3''', '''--flac''' or '''--vorbis''' first to select a special format, default is MP3. | You can specify what compression method to use. Use '''--mp3''', '''--flac''' or '''--vorbis''' first to select a special format, default is MP3. | ||
==== MP3 mode params ==== | ==== MP3 mode params (version 1.1.1) ==== | ||
*'''-b ''rate''''' — ''rate'' is the target bitrate(ABR)/minimal bitrate(VBR). | *'''-b ''rate''''' — ''rate'' is the target bitrate(ABR)/minimal bitrate(VBR). | ||
*'''-B ''rate''''' — ''rate'' is the maximum ABR/VBR bitrate. | *'''-B ''rate''''' — ''rate'' is the maximum ABR/VBR bitrate. | ||
*'''--vbr''' — LAME Uses the VBR mode (default). | *'''--vbr''' — LAME Uses the VBR mode (default). | ||
*'''--abr''' — LAME Uses the ABR mode. | *'''--abr''' — LAME Uses the ABR mode. | ||
*'''-V ''value''''' — Specifies the value (0 - 9) of VBR quality (0 being the best quality). | |||
*'''-q ''value''''' — Specifies the MPEG algorithm quality (0 - 9) (0 being the best quality). | |||
*'''--silent''' — The output of LAME is hidden. | |||
*'''--lame-path''' — Specifies the path to lame (default: lame). | |||
==== MP3 mode params (version 1.2.0svn) ==== | |||
*'''--vbr''' — LAME Uses the VBR mode (default). | |||
*'''--abr ''value''''' — LAME Uses the ABR mode with the given target bit rate value. | |||
*'''--cbr ''value''''' — LAME Uses the CBR mode with the given bit rate value. | |||
*'''-b ''rate''''' — ''rate'' is the minimum ABR/VBR bitrate (undefined by default). | |||
*'''-B ''rate''''' — ''rate'' is the maximum ABR/VBR bitrate (undefined by default). | |||
*'''-V ''value''''' — Specifies the value (0 - 9) of VBR quality (0 being the best quality). | *'''-V ''value''''' — Specifies the value (0 - 9) of VBR quality (0 being the best quality). | ||
*'''-q ''value''''' — Specifies the MPEG algorithm quality (0 - 9) (0 being the best quality). | *'''-q ''value''''' — Specifies the MPEG algorithm quality (0 - 9) (0 being the best quality). |