summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-25 07:42:34 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-04-25 07:42:34 +0000
commit24f718fcb36a767ad21789e143eae971f3255b70 (patch)
tree19c1d8a8a6c9fd4a535c1b8e1cb3f498ad28c646 /DOCS
parentf80b98584a98aa30c5f34cd5799d67ec3cc30dae (diff)
downloadmpv-24f718fcb36a767ad21789e143eae971f3255b70.tar.bz2
mpv-24f718fcb36a767ad21789e143eae971f3255b70.tar.xz
faac options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15263 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.132
1 files changed, 31 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 28fb3d54c6..4e1539cea8 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5661,7 +5661,7 @@ syntax:
.B \-<codec>opts <option1[=value],option2,...>
.
.PP
-Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, x264enc, mpeg.
+Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, faac, x264enc, mpeg.
.
.
.SS divx4 (\-divx4opts)
@@ -5897,6 +5897,36 @@ debug level
.PD 1
.
.
+.SS faac (\-faacopts)
+.
+.TP
+.B br=<bitrate>
+average bitrate in kbps
+.TP
+.B quality=<1\-1000>
+quality mode, in exclusion to br
+.TP
+.B object=<0\-3>
+object type complexity: 0: MAIN (default), 1: LOW, 2: SSR, 3: LTP (extremely slow)
+.TP
+.B mpeg=<2 | 4>
+mpeg version, default is 4
+.TP
+.B tns
+enables temporal noise shaping, disabled by default
+.TP
+.B cutoff=<0\-sampling_rate/2>
+cutoff frequency, default is sampling_rate/2
+.TP
+.B raw
+stores the bitstream as raw payload with extradata in the container header.
+Default is 0, which corresponds to ADTS.
+Don't set this flag if not explicitly required, or you won't be able to remux the
+audio stream later.
+.RE
+.PD 1
+.
+.
.SS lavc (\-lavcopts)
Many libavcodec (lavc for short) options are tersely documented.
Read the source for full details.