[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.478,1.479

Tobias Diedrich CVS ranma at mplayerhq.hu
Mon Nov 3 17:35:49 CET 2003


Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var/tmp.root/cvs-serv19503/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
mencoder lavc audio encoding support

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -r1.478 -r1.479
--- mplayer.1	3 Nov 2003 01:45:03 -0000	1.478
+++ mplayer.1	3 Nov 2003 16:35:16 -0000	1.479
@@ -3251,6 +3251,8 @@
 encode to uncompressed PCM
 .IPs "\-oac mp3lame"
 encode to MP3 (using Lame)
+.IPs "\-oac lavc"
+encode with a libavcodec codecs
 .RE
 .PD 1
 .
@@ -3530,8 +3532,29 @@
 .PD 1
 
 .TP
+.B acodec=<value>
+Audio codec (default: mp2):
+.PD 0
+.RSs
+.IPs mp2
+MPEG Layer 2
+.IPs mp3
+MPEG Layer 3
+.IPs ac3
+AC3
+.IPs adpcm_ima_wav
+IMA Adaptive PCM (4bits per sample, 4:1 compression)
+.RE
+.PD 1
+.TP
+.B abitrate=<value>
+Audio bitrate in kBit (default 224).
+.TP
+.B atag=<value>
+Use the specified windows audio format tag (e.g. atag=0x55).
+.TP
 .B vcodec=<value>
-use the specified codec (there is no default, you must specify it):
+use the specified codec (default: mpeg4):
 .PD 0
 .RSs
 .IPs mjpeg



More information about the MPlayer-DOCS mailing list