summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 20:07:09 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-13 20:07:09 +0000
commitdea1fe5183dad050633faf06e28b13f277648827 (patch)
treefe8acf3ad71619d3c41f0698a7997d4aaf13bc0b /DOCS
parent1d0660cb8ed0ca31c9a072e3a01d16a7f8f124eb (diff)
downloadmpv-dea1fe5183dad050633faf06e28b13f277648827.tar.bz2
mpv-dea1fe5183dad050633faf06e28b13f277648827.tar.xz
patch applied from Colin Marquardt <colin@marquardt-home.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2875 b3059339-0415-0410-9bf9-f77b7e298cf2
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.