diff options
author | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-17 12:43:07 +0000 |
---|---|---|
committer | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-17 12:43:07 +0000 |
commit | 268daef9cdfda282c9272c618f371bb3bbdb12a6 (patch) | |
tree | 564aa6b7c8db5cf36ad6fcd398355f549af6bb48 /DOCS | |
parent | b603289132cbe36dc57ab9f284742f5b47e6818e (diff) |
remove raw nonsense and replace it by one ovc
patch by John Earl <jwe21@cam.ac.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index c060a94bb9..cb883a9f1c 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3832,10 +3832,8 @@ Use \-ovc help to get a list of available codecs. no encoding, just streamcopy .IPs "\-ovc divx4" encode to DivX4/\:DivX5 -.IPs "\-ovc rawrgb" -encode to uncompressed RGB24 -.IPs "\-ovc rawyuv" -encode to uncompressed YUV (I420) +.IPs "\-ovc raw" +encode to arbitrary uncompressed format (use \-vf format to select) .IPs "\-ovc lavc" encode with a libavcodec codecs .RE @@ -5273,7 +5271,7 @@ mencoder dvd://2 \-o titel2.avi \-ovc lavc mencoder "mf://*.jpg" \-mf fps=25 \-o output.avi \-ovc divx4 .TP .B Encoding from tuner -mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc rawrgb +mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw .TP .B Encoding from a pipe rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \- |