[x264-devel] commit: Add no-mbtree to fprofile (and fix pyramid in fprofile) ( Jason Garrett-Glaser )
git version control
git at videolan.org
Thu Aug 13 23:12:53 CEST 2009
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu Aug 13 14:12:26 2009 -0700| [62df17ec0523474c8f03e28fb982de1722497288] | committer: Jason Garrett-Glaser
Add no-mbtree to fprofile (and fix pyramid in fprofile)
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=62df17ec0523474c8f03e28fb982de1722497288
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index c3d03c7..563f185 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@ SRC2 = $(SRCS) $(SRCCLI)
OPT0 = --crf 30 -b1 -m1 -r1 --me dia --no-cabac --direct temporal --ssim --no-weightb
OPT1 = --crf 16 -b2 -m3 -r3 --me hex --no-8x8dct --direct spatial --no-dct-decimate -t0
OPT2 = --crf 26 -b4 -m5 -r2 --me hex --cqm jvt --nr 100 --psnr --no-mixed-refs --b-adapt 2
-OPT3 = --crf 18 -b3 -m9 -r5 --me umh -t1 -A all --b-pyramid --direct auto --no-fast-pskip
+OPT3 = --crf 18 -b3 -m9 -r5 --me umh -t1 -A all --b-pyramid --direct auto --no-fast-pskip --no-mbtree
OPT4 = --crf 22 -b3 -m7 -r4 --me esa -t2 -A all --psy-rd 1.0:1.0
OPT5 = --frames 50 --crf 24 -b3 -m10 -r3 --me tesa -t2
OPT6 = --frames 50 -q0 -m9 -r2 --me hex -Aall
More information about the x264-devel
mailing list