summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-18 22:25:03 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-18 22:25:03 +0000
commit7853c36b823841c30482436f1b74c86a976161c7 (patch)
tree0d88a14a7ca11b995f345458923c55204d5ccfae /DOCS
parent6e2cee8ede6a9034e2d40c0b0f84cd3e575a9adb (diff)
downloadmpv-7853c36b823841c30482436f1b74c86a976161c7.tar.bz2
mpv-7853c36b823841c30482436f1b74c86a976161c7.tar.xz
-nosound option added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5189 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mencoder.14
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index e224c1ce39..3b6b3ccd7c 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -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