comparison DOCS/man/en/mplayer.1 @ 13327:a614fe71ad74

small fixes
author diego
date Sun, 12 Sep 2004 16:42:26 +0000
parents f26d2c9aec04
children f0f14bcbfce7
comparison
equal deleted inserted replaced
13326:b76aca3e4c2f 13327:a614fe71ad74
2694 .REss 2694 .REss
2695 .PD 1 2695 .PD 1
2696 .RS 2696 .RS
2697 .br 2697 .br
2698 .I NOTE: 2698 .I NOTE:
2699 If you don't specify any option the output is progressive (ie.\& no interlace). 2699 If you don't specify any option the output is progressive
2700 (i.e.\& not interlaced).
2700 .RE 2701 .RE
2701 . 2702 .
2702 .TP 2703 .TP
2703 .B gif89a\ 2704 .B gif89a\
2704 Output each frame into a single animated GIF file in the current directory. 2705 Output each frame into a single animated GIF file in the current directory.
2755 Output each frame into a PGM file in the current directory. 2756 Output each frame into a PGM file in the current directory.
2756 Each file takes the frame number padded with leading zeros as name. 2757 Each file takes the frame number padded with leading zeros as name.
2757 Only supports the YV12 format. 2758 Only supports the YV12 format.
2758 The resulting image is (width) * (height * 1.5) of the original 2759 The resulting image is (width) * (height * 1.5) of the original
2759 image. 2760 image.
2760 At coordinates 0,0 for width,height you have the Y plane, at coordinates 2761 At coordinates 0,0 for width,height you have the Y plane, at
2761 0,height 2762 coordinates 0,height for width/2,height/2 you have the U plane
2762 for width/2,height/2 you have the U plane and at width/2,height for 2763 and at width/2,height for width/2,height/2 you have the V plane.
2763 width/2,height/2 you have the V plane.
2764 There are no suboptions.
2765 . 2764 .
2766 .TP 2765 .TP
2767 .B png\ \ \ \ 2766 .B png\ \ \ \
2768 Output each frame into a PNG file in the current directory. 2767 Output each frame into a PNG file in the current directory.
2769 Each file takes the frame number padded with leading zeros as name. 2768 Each file takes the frame number padded with leading zeros as name.
2776 .B tga\ \ \ \ 2775 .B tga\ \ \ \
2777 Output each frame into a Targa file in the current directory. 2776 Output each frame into a Targa file in the current directory.
2778 Each file takes the frame number padded with leading zeros as name. 2777 Each file takes the frame number padded with leading zeros as name.
2779 The purpose of this video output driver is to have a simple lossless 2778 The purpose of this video output driver is to have a simple lossless
2780 image writer to use without any external library. 2779 image writer to use without any external library.
2781 It supports BGR[A] color format, with 15, 24 and 32 bpp. 2780 It supports the BGR[A] color format, with 15, 24 and 32 bpp.
2782 There are no suboptions. 2781 There are no suboptions.
2783 You can force a particular format with the format video filter. 2782 You can force a particular format with the format video filter.
2784 .sp 1 2783 .sp 1
2785 .I EXAMPLE: 2784 .I EXAMPLE:
2786 .PD 0 2785 .PD 0
3052 3: aggressive (More checks, but might cause problems even for valid bitstreams.) 3051 3: aggressive (More checks, but might cause problems even for valid bitstreams.)
3053 .br 3052 .br
3054 4: very aggressive 3053 4: very aggressive
3055 .REss 3054 .REss
3056 .IPs fast\ 3055 .IPs fast\
3057 Enable optimizations that do not comply to the specification and might 3056 Enable optimizations which do not comply to the specification and might
3058 potentially cause problems, like simpler dequantization, assuming use 3057 potentially cause problems, like simpler dequantization, assuming use
3059 of the default quantization matrix, assuming YUV 4:2:0, skipping a few 3058 of the default quantization matrix, assuming YUV 4:2:0 and skipping a few
3060 checks to detect damaged bitstreams. 3059 checks to detect damaged bitstreams.
3061 .IPs gray\ 3060 .IPs gray\
3062 grayscale only decoding (a bit faster than with color) 3061 grayscale only decoding (a bit faster than with color)
3063 .IPs "idct=<0\-99> (see \-lavcopts)" 3062 .IPs "idct=<0\-99> (see \-lavcopts)"
3064 For best decoding quality use the same idct algorithm for decoding and encoding. 3063 For best decoding quality use the same idct algorithm for decoding and encoding.
3130 .RE 3129 .RE
3131 .PD 1 3130 .PD 1
3132 .PD 0 3131 .PD 0
3133 .RSs 3132 .RSs
3134 .IPs lgb=<0\-100> 3133 .IPs lgb=<0\-100>
3135 Gaussian blur filter (luma) 3134 gaussian blur filter (luma)
3136 .IPs cgb=<0\-100> 3135 .IPs cgb=<0\-100>
3137 Gaussian blur filter (chroma) 3136 gaussian blur filter (chroma)
3138 .IPs ls=<0\-100> 3137 .IPs ls=<0\-100>
3139 sharpen filter (luma) 3138 sharpen filter (luma)
3140 .IPs cs=<0\-100> 3139 .IPs cs=<0\-100>
3141 sharpen filter (chroma) 3140 sharpen filter (chroma)
3142 .IPs chs=<h> 3141 .IPs chs=<h>
6554 Note that quantization in H.264 works differently from MPEG[124]. 6553 Note that quantization in H.264 works differently from MPEG[124].
6555 H.264's quantizer parameter (QP) is on a logarithmic scale. 6554 H.264's quantizer parameter (QP) is on a logarithmic scale.
6556 As an example, the bitrate difference between QP=20 and QP=40 6555 As an example, the bitrate difference between QP=20 and QP=40
6557 is about a factor of 10. 6556 is about a factor of 10.
6558 Useful quantizers in H.264 tend to be very large compared to MPEG[124]. 6557 Useful quantizers in H.264 tend to be very large compared to MPEG[124].
6559 .br
6560 . 6558 .
6561 .TP 6559 .TP
6562 .B qp_min=<2-51> (CBR only) 6560 .B qp_min=<2-51> (CBR only)
6563 Minimum quantizer, 15-35 seems to be a useful range (default: 10). 6561 Minimum quantizer, 15-35 seems to be a useful range (default: 10).
6564 . 6562 .