OSDN Git Service

エンコードオプションを再調整。EDの動きが激しい部分でノイズが出るため。
authorbutameron <butameron@opap.jp>
Wed, 6 Jul 2016 14:54:50 +0000 (23:54 +0900)
committerbutaman <butaman_git@ebuta.net>
Mon, 28 Nov 2016 12:34:13 +0000 (21:34 +0900)
Makefile

index eb01576..4e1a81d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ REMUXER:=$(ENC_UTIL_DIR)/remuxer.exe
 AOPTION=-b 256000 --profile 2\r
 AOPTION_ECO=-b 64000 --profile 29\r
 \r
-VOPTION_COMMON=--opencl --preset slower --tune animation --me umh --bframes 3 --keyint 240 --min-keyint 23 --qcomp 0.70 --rc-lookahead 240 --scenecut 65 --no-dct-decimate --no-fast-pskip --aq-mode 1 --aq-strength 0.8\r
+VOPTION_COMMON=--opencl --preset slower --me umh --bframes 3 --keyint 240 --min-keyint 23 --qcomp 0.70 --rc-lookahead 240 --scenecut 65 --no-dct-decimate --no-fast-pskip --aq-mode 1 --aq-strength 0.8\r
        # 注: bframesは3より大きいと黒背景白文字のスライドの動き(EDロールなど)で破綻する\r
        #      scenecutはアニメではデフォルトより大きめにしておくと良いらしい\r
 \r