-nosound option added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5189 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-03-18 22:25:03 +00:00
parent 6e2cee8ede
commit 7853c36b82
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ mencoder \- Movie Encoder for Linux
.RB [ \-ac3file\ <filename> ]
.RB [ \-ovc\ <video\ codec\ name> ]
.RB [ \-oac\ <audio\ codec\ name> ]
.RB [ \-nosound ]
.RB [ \-mf\ <multifile\ options> ]
.RB [ \-divx4opts\ <codec\ options> ]
.RB [ \-lavcopts\ <codec\ options> ]
@ -142,6 +143,9 @@ Examples:
-oac pcm encode to uncompressed PCM
-oac mp3lame encode to MP3 (using Lame)
.TP
.B \-nosound
Encode only video, no audio stream.
.TP
.B \-audiofile <file name>
Copy audio from external file.
.TP