comparison DOCS/man/en/mplayer.1 @ 11916:c5d09d43133f

xvid4 new aspect options - patch by Nico <nsabbi@tiscali.it>
author iive
date Tue, 03 Feb 2004 00:14:04 +0000
parents 454a2eec34a9
children f7c2ea48a935
comparison
equal deleted inserted replaced
11915:454a2eec34a9 11916:c5d09d43133f
5088 .IPs 4 5088 .IPs 4
5089 wide search 5089 wide search
5090 .RE 5090 .RE
5091 .PD 1 5091 .PD 1
5092 .TP 5092 .TP
5093 .B aspect=<x/y | f (float value)>
5094 Store movie aspect internally, just like MPEG files.
5095 Much nicer solution than rescaling, because quality isn't decreased.
5096 MPlayer and few others players will play these files correctly, others will display
5097 them with the wrong aspect.
5098 The aspect parameter can be given as a ratio or a floating point number.
5099 .TP
5100 .B autoaspect
5101 Same as the aspect option, but automatically computes aspect, taking
5102 into account all the adjustments (crop/expand/scale/etc.) made in the
5103 filter chain.
5104 .TP
5093 .B psnr\ \ \ 5105 .B psnr\ \ \
5094 Print the psnr (peak signal to noise ratio) for the whole video after encoding 5106 Print the psnr (peak signal to noise ratio) for the whole video after encoding
5095 and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'. 5107 and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'.
5096 Returned values are in dB (decibel), the higher the better. 5108 Returned values are in dB (decibel), the higher the better.
5097 . 5109 .