Difference between revisions of "ScummVM Tools"

Jump to navigation Jump to search
(→‎Script Tools: Add decine and degob and sort alphabetically)
(→‎MP3 mode params: add --lame-path)
Line 63: Line 63:
==== MP3 mode params ====
==== MP3 mode params ====
*'''-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 VBR/ABR 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.
Line 69: Line 69:
*'''-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).
*'''--silent''' — The output of LAME is hidden.
*'''--silent''' — The output of LAME is hidden.
*'''--lame-path''' — Specifies the path to lame (default: lame).


==== Vorbis mode params ====
==== Vorbis mode params ====