Mercurial > mplayer.hg
changeset 15070:bde4030f9134
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.
author | gpoirier |
---|---|
date | Fri, 08 Apr 2005 19:14:04 +0000 |
parents | 3f5daa60e049 |
children | 2330d65260d7 |
files | libmpcodecs/ve_xvid4.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ve_xvid4.c Fri Apr 08 10:31:18 2005 +0000 +++ b/libmpcodecs/ve_xvid4.c Fri Apr 08 19:14:04 2005 +0000 @@ -154,13 +154,13 @@ static int xvidenc_interlaced = 0; static int xvidenc_quarterpel = 0; static int xvidenc_gmc = 0; -static int xvidenc_trellis = 0; +static int xvidenc_trellis = 1; static int xvidenc_cartoon = 0; static int xvidenc_hqacpred = 1; -static int xvidenc_chromame = 0; +static int xvidenc_chromame = 1; static int xvidenc_chroma_opt = 0; -static int xvidenc_vhq = 0; -static int xvidenc_bvhq = 0; +static int xvidenc_vhq = 1; +static int xvidenc_bvhq = 1; static int xvidenc_motion = 6; static int xvidenc_turbo = 0; static int xvidenc_stats = 0;