mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Better defaults encoding settings for XviD, intended to be a good tradeoff CPU/PSNR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15071 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47f90af3ba
commit
4d2db1c5d2
@ -154,13 +154,13 @@ static int xvidenc_closed_gop = 1;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user