# HG changeset patch # User gpoirier # Date 1112987644 0 # Node ID bde4030f9134292c3c63191ccf14954f9dd8018a # Parent 3f5daa60e049a55ed2c58cd705eb38c6765835d4 Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR. diff -r 3f5daa60e049 -r bde4030f9134 libmpcodecs/ve_xvid4.c --- 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;