diff DOCS/encoding.html @ 2874:632032ff27bf

patch applied from Colin Marquardt <colin@marquardt-home.de>
author gabucino
date Tue, 13 Nov 2001 20:07:09 +0000
parents 4a1802c5bbee
children 33c720ea4654
line wrap: on
line diff
--- a/DOCS/encoding.html	Tue Nov 13 17:59:50 2001 +0000
+++ b/DOCS/encoding.html	Tue Nov 13 20:07:09 2001 +0000
@@ -157,9 +157,12 @@
 <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>