diff DOCS/man/en/mplayer.1 @ 26395:71bd93e71a97

Restore grayscale decoding support with FFmpeg. Removing support was done due to a silly misunderstanding.
author diego
date Sun, 13 Apr 2008 00:03:11 +0000
parents b450d3591845
children 04effd44c46a
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Sat Apr 12 23:28:11 2008 +0000
+++ b/DOCS/man/en/mplayer.1	Sun Apr 13 00:03:11 2008 +0000
@@ -3220,6 +3220,7 @@
 .TP
 .B \-zrbw (\-vo zr only)
 Display in black and white.
+For optimal performance, this can be combined with '\-lavdopts gray'.
 .
 .TP
 .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only)
@@ -4298,7 +4299,7 @@
 .I EXAMPLE:
 .PD 0
 .RSs
-\-lavdopts skiploopfilter=all:skipframe=nonref
+\-lavdopts gray:skiploopfilter=all:skipframe=nonref
 .RE
 .PD 1
 .sp 1
@@ -4399,6 +4400,8 @@
 potentially cause problems, like simpler dequantization, simpler motion
 compensation, assuming use of the default quantization matrix, assuming
 YUV 4:2:0 and skipping a few checks to detect damaged bitstreams.
+.IPs "gray\ "
+grayscale only decoding (a bit faster than with color)
 .IPs "idct=<0\-99> (see \-lavcopts)"
 For best decoding quality use the same IDCT algorithm for decoding and encoding.
 This may come at a price in accuracy, though.
@@ -8343,6 +8346,10 @@
 slice structured mode for H.263+
 .
 .TP
+.B "gray\ \ \ "
+grayscale only encoding (faster)
+.
+.TP
 .B vfdct=<0\-10>
 DCT algorithm
 .PD 0