# HG changeset patch # User gabucino # Date 1005682029 0 # Node ID 632032ff27bf5f9901de78a8c2c1126fad6e3fe7 # Parent 8c747f29ce8f7e76fe46b91be740f7cefe933431 patch applied from Colin Marquardt diff -r 8c747f29ce8f -r 632032ff27bf DOCS/encoding.html --- 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 @@

Encoding from HTTP :
    mencoder http://mplayer.hq/example.avi -o example.avi

-

Encoding from standard input :
+

Encoding from a pipe :
    rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -

+

Encoding multiple *.vob files :
+     cat *.vob | mencoder <options> -

+

For all available options, check the MEncoder man page !

diff -r 8c747f29ce8f -r 632032ff27bf DOCS/mencoder.1 --- 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 - .IP .SH BUGS Probably. Check the documentation.