[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.941,1.942

Nico Sabbi CVS syncmail at mplayerhq.hu
Mon Apr 25 09:42:37 CEST 2005


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv32009

Modified Files:
	mplayer.1 
Log Message:
faac options

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.941
retrieving revision 1.942
diff -u -r1.941 -r1.942
--- mplayer.1	20 Apr 2005 11:52:30 -0000	1.941
+++ mplayer.1	25 Apr 2005 07:42:34 -0000	1.942
@@ -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.




More information about the MPlayer-DOCS mailing list