summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 22:16:49 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-21 22:16:49 +0000
commit57e462a04fe8aec74bb8f625bdfa5d7d2b3e3d46 (patch)
tree614cc4b47c838b09d91f9b75b6219438450b7f24 /DOCS
parentab560e0258c587f44ee05745e9ec49197ab5469d (diff)
downloadmpv-57e462a04fe8aec74bb8f625bdfa5d7d2b3e3d46.tar.bz2
mpv-57e462a04fe8aec74bb8f625bdfa5d7d2b3e3d46.tar.xz
Presets are an easy way, to use hard to access lame options and to give
you optimum quality at average bitrate. This patch adds presets to mencoder for libmp3lame >= 3.92. More info in the sourcecode & at http://www.mp3dev.org/mp3/doc/html/presets.html patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8518 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.136
1 files changed, 35 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 48b0faa1ef..f54aa8080d 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2075,7 +2075,9 @@ variable bitrate method
.IPs abr\ \
average bitrate
.IPs cbr\ \
-constant bitrate
+constant bitrate.
+.br
+Forces also CBR mode encoding on subsequent ABR presets modes
.IPs br=<0\-1024>
specify bitrate in kBit (CBR and ABR only)
.IPs q=<0\-9>
@@ -2105,7 +2107,39 @@ set audio input gain
.br
2: adjust
.REss
+.IPs fast
+switch on faster encoding on subsequent VBR presets modes, slightly lower quality and higher bitrates.
+.IPs preset
+provide the highest possible quality settings.
+.RSss
+medium: VBR encoding, good quality, 150\-180 kbps bitrate range.
+.br
+standard: VBR encoding, high quality, 170\-210 kbps bitrate range.
+.br
+extreme: VBR encoding, very high quality, 200\-240 kbps bitrate range.
+.br
+insane: CBR encoding, highest preset quality, 320 kbps bitrate.
+.br
+<8-320>: ABR encoding at average given kbps bitrate.
+.br
+.REss
.RE
+
+.I EXAMPLE:
+.PD 0
+.RSs
+.IPs "\-lameopts fast:preset=standard"
+for most people on most music and already quite high in quality.
+.IPs "\-lameopts cbr:preset=192"
+encode with ABR presets at a 192 kbps forced constant bitrate.
+.IPs "\-lameopts preset=172"
+encode with ABR presets at a 172 kbps average bitrate.
+.IPs "\-lameopts preset=extreme"
+for people with extremely good hearing and similar equipment.
+.IPs "\-lameopts preset=help"
+print additional options and informations on presets settings.
+.RE
+.PD 1
.
.TP
.B \-lavcopts <option1:option2:...>