summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.html5
-rw-r--r--DOCS/mencoder.15
2 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index a568fa244b..3c697eb90c 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -157,9 +157,12 @@ commands are needed :<BR>
<P>Encoding from HTTP :<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder http://mplayer.hq/example.avi -o example.avi</CODE></P>
-<P>Encoding from standard input :<BR>
+<P>Encoding from a pipe :<BR>
<CODE>&nbsp;&nbsp;&nbsp;&nbsp;rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -</CODE></P>
+<P>Encoding multiple *.vob files :<BR>
+ <CODE>&nbsp;&nbsp;&nbsp;&nbsp;cat *.vob | mencoder &lt;options&gt; -</CODE></P>
+
<P>For all available options, <B><I>check the MEncoder man page !</I></B>
<P>
</FONT>
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.