Mercurial > mplayer.hg
changeset 2874:632032ff27bf
patch applied from Colin Marquardt <colin@marquardt-home.de>
author | gabucino |
---|---|
date | Tue, 13 Nov 2001 20:07:09 +0000 |
parents | 8c747f29ce8f |
children | 107522d0b640 |
files | DOCS/encoding.html DOCS/mencoder.1 |
diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
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> 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>
--- a/DOCS/mencoder.1 Tue Nov 13 17:59:50 2001 +0000 +++ b/DOCS/mencoder.1 Tue Nov 13 20:07:09 2001 +0000 @@ -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.