summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/mencoder.1')
-rw-r--r--DOCS/mencoder.15
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index 69f7b047e7..74c6546648 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -204,8 +204,11 @@ mencoder -dvd 2 -o title2.avi
.B Encoding from HTTP
mencoder http://mplayer.hq/example.avi -o example.avi
.TP
-.B Encoding from pipe
+.B Encoding from a pipe
rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -
+.TP
+.B Encoding multiple *.vob files
+cat *.vob | mencoder <options> -
.IP
.SH BUGS
Probably. Check the documentation.