# HG changeset patch # User nicodvb # Date 1114414954 0 # Node ID b16ee1d7dd1f2c42079c4f35eeaf9d6267a9c297 # Parent aaea91cac37c2c3229e7a9480179f62f615c5a26 faac options diff -r aaea91cac37c -r b16ee1d7dd1f DOCS/man/en/mplayer.1 --- 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 \-opts . .PP -Where may be: lavc, xvidenc, divx4, lame, toolame, x264enc, mpeg. +Where 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= +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.