diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-13 20:07:09 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-13 20:07:09 +0000 |
commit | dea1fe5183dad050633faf06e28b13f277648827 (patch) | |
tree | fe8acf3ad71619d3c41f0698a7997d4aaf13bc0b /DOCS/encoding.html | |
parent | 1d0660cb8ed0ca31c9a072e3a01d16a7f8f124eb (diff) |
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/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 5 |
1 files changed, 4 insertions, 1 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> 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> </FONT> |