[Mplayer-cvslog] CVS: main/DOCS encoding.html,1.4,1.5 mencoder.1,1.15,1.16
Winner of tha face compo
gabucino at mplayer.dev.hu
Tue Nov 13 21:07:12 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv27080/DOCS
Modified Files:
encoding.html mencoder.1
Log Message:
patch applied from Colin Marquardt <colin at marquardt-home.de>
Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- encoding.html 13 Nov 2001 17:11:26 -0000 1.4
+++ encoding.html 13 Nov 2001 20:07:09 -0000 1.5
@@ -157,8 +157,11 @@
<P>Encoding from HTTP :<BR>
<CODE> mencoder http://mplayer.hq/example.avi -o example.avi</CODE></P>
-<P>Encoding from standard input :<BR>
+<P>Encoding from a pipe :<BR>
<CODE> rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -</CODE></P>
+
+<P>Encoding multiple *.vob files :<BR>
+ <CODE> cat *.vob | mencoder <options> -</CODE></P>
<P>For all available options, <B><I>check the MEncoder man page !</I></B>
<P>
Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mencoder.1 13 Nov 2001 17:11:26 -0000 1.15
+++ mencoder.1 13 Nov 2001 20:07:09 -0000 1.16
@@ -204,8 +204,11 @@
.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.
More information about the MPlayer-cvslog
mailing list