comparison DOCS/man/en/mplayer.1 @ 19186:cb3361525054

description of the arnd scale video filter parameter
author diego
date Wed, 26 Jul 2006 22:43:20 +0000
parents e41e0d7d1b21
children 080039d630bb
comparison
equal deleted inserted replaced
19185:e41e0d7d1b21 19186:cb3361525054
4805 .IPs 3 4805 .IPs 3
4806 Rotate by 90 degrees counterclockwise and flip. 4806 Rotate by 90 degrees counterclockwise and flip.
4807 .RE 4807 .RE
4808 . 4808 .
4809 .TP 4809 .TP
4810 .B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup]]]]]]] 4810 .B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize[:noup[:arnd]]]]]]]]
4811 Scales the image with the software scaler (slow) and performs a YUV<\->RGB 4811 Scales the image with the software scaler (slow) and performs a YUV<\->RGB
4812 colorspace conversion (also see \-sws). 4812 colorspace conversion (also see \-sws).
4813 .RSs 4813 .RSs
4814 .IPs <w>,<h> 4814 .IPs <w>,<h>
4815 scaled width/\:height (default: original width/\:height) 4815 scaled width/\:height (default: original width/\:height)
4887 0: Allow upscaling (default). 4887 0: Allow upscaling (default).
4888 .br 4888 .br
4889 1: Disallow upscaling if one dimension exceeds its original value. 4889 1: Disallow upscaling if one dimension exceeds its original value.
4890 .br 4890 .br
4891 2: Disallow upscaling if both dimensions exceed their original values. 4891 2: Disallow upscaling if both dimensions exceed their original values.
4892 .REss
4893 .IPs <arnd>
4894 Accurate rounding for the vertical scaler, which may be faster
4895 or slower than the default rounding.
4896 .RSss
4897 0: Disable accurate rounding (default).
4898 .br
4899 1: Enable accurate rounding.
4892 .REss 4900 .REss
4893 .RE 4901 .RE
4894 . 4902 .
4895 .TP 4903 .TP
4896 .B dsize[=aspect|w:h:aspect-method:r] 4904 .B dsize[=aspect|w:h:aspect-method:r]