Mercurial > mplayer.hg
changeset 9820:e35a8d2e8d89
XviD:
Shift vhq values and set vhq=1 to MODEDECISION.
Higher values seems to loose PSNR atm.
author | rguyom |
---|---|
date | Fri, 04 Apr 2003 05:49:35 +0000 |
parents | 9aa9715af708 |
children | e44420ecb523 |
files | DOCS/en/mplayer.1 |
diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/mplayer.1 Fri Apr 04 05:47:27 2003 +0000 +++ b/DOCS/en/mplayer.1 Fri Apr 04 05:49:35 2003 +0000 @@ -3469,18 +3469,19 @@ .IPs hq_ac enable a better prediction of AC component, will save bits at cost of a slightly slower encoding (default=off) -.IPs vhq=<0\-3> -enable a higher quality ME search using DCT, 3 possible settings -(faster to slower): +.IPs vhq=<0\-4> +enable a higher quality ME search using DCT, faster to slower: .br 0 = off (default) .br -1 = limited search -.br -2 = medium search -.br -3 = wide search +1 = mode decision (inter/intra MB) +.br +2 = limited search +.br +3 = medium search +.br +4 = wide search .IPs psnr print the psnr (peak signal to noise ratio) for the whole video after encoding and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'.