Mercurial > mplayer.hg
changeset 15262:b16ee1d7dd1f
faac options
author | nicodvb |
---|---|
date | Mon, 25 Apr 2005 07:42:34 +0000 |
parents | aaea91cac37c |
children | e2a2311d1dda |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 31 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Mon Apr 25 07:26:14 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Apr 25 07:42:34 2005 +0000 @@ -5661,7 +5661,7 @@ .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 @@ .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.