diff -uNrp 1/Makefile 2/Makefile --- 1/Makefile 2008-07-30 18:54:34 +0300 +++ 2/Makefile 2008-07-30 20:26:35 +0300 @@ -111,11 +111,27 @@ SRC2 = $(SRCS) $(SRCCLI) OPT0 = --crf 30 -b1 -m1 -r1 --me dia --no-cabac --pre-scenecut --direct temporal --no-ssim --no-psnr OPT1 = --crf 16 -b2 -m3 -r3 --me hex -8 --direct spatial --no-dct-decimate OPT2 = --crf 26 -b2 -m5 -r2 --me hex -8 -w --cqm jvt --nr 100 -OPT3 = --crf 18 -b3 -m7 -r5 --me umh -8 -t1 -A all --mixed-refs --b-rdo -w --b-pyramid --direct auto --bime --no-fast-pskip +OPT3 = --crf 18 -b3 -m7 -r5 --me umh -8 --psy-rd 0.0 -t1 -A all --mixed-refs --b-rdo -w --b-pyramid --direct auto --bime --no-fast-pskip OPT4 = --crf 22 -b3 -m6 -r4 --me esa -8 -t2 -A all --mixed-refs --b-rdo --bime -OPT5 = --frames 50 --crf 24 -b3 -m7 -r3 --me tesa -8 -t1 --mixed-refs --b-rdo --bime +OPT5 = --frames 50 --crf 24 -b3 -m7 -r3 --me tesa -8 --psy-rd 0.0 -t1 --mixed-refs --b-rdo --bime OPT6 = --frames 50 -q0 -m6 -r2 --me hex -Aall OPT7 = --frames 50 -q0 -m2 -r1 --me hex --no-cabac +OPT8 = --frames 150 --crf 26.0 -b2 --aq-mode 0 --aq-metric 0 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT9 = --frames 150 --crf 26.0 -b2 --aq-mode 1 --aq-metric 0 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT10 = --frames 150 --crf 26.0 -b2 --aq-mode 2 --aq-metric 0 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT11 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 0 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT12 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 1 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT13 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 2 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT14 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 3 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT15 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 4 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT16 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 5 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT17 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 6 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT18 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 7 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT19 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 8 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT20 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 9 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT21 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 10 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT22 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 11 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall +OPT23 = --frames 150 --crf 26.0 -b2 --aq-mode 3 --aq-metric 12 --psy-rd 1.0 -t2 -m6 -r2 --me hex -Aall ifeq (,$(VIDS)) fprofiled: @@ -128,7 +144,7 @@ fprofiled: mv config.mak config.mak2 sed -e 's/CFLAGS.*/& -fprofile-generate/; s/LDFLAGS.*/& -fprofile-generate/' config.mak2 > config.mak $(MAKE) x264$(EXE) - $(foreach V, $(VIDS), $(foreach I, 0 1 2 3 4 5 6 7, ./x264$(EXE) $(OPT$I) $(V) --progress -o $(DEVNULL) ;)) + $(foreach V, $(VIDS), $(foreach I, 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23, ./x264$(EXE) $(OPT$I) $(V) --progress -o $(DEVNULL) ;)) rm -f $(SRC2:%.c=%.o) sed -e 's/CFLAGS.*/& -fprofile-use/; s/LDFLAGS.*/& -fprofile-use/' config.mak2 > config.mak $(MAKE)