『漫游』酷论坛>『影音数码技术学习交流』>请各位大侠贡献一下x2 ..
请各位大侠贡献一下x264压片参数
3dnowex@2009-08-08 22:09
本人想压缩动漫
但不了解X264
请大家贡献一下参数
谢谢
没有这个人@2009-08-08 23:58
program --pass 2 --bitrate 1000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --direct auto --deblock 1:1 --subme 9 --trellis 2 --psy-rd 0.6:0 --partitions all --8x8dct --me tesa --merange 32 --threads auto --thread-input --aq-mode 0 --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
;)
a4840639@2009-08-09 03:04
引用
最初由 没有这个人 发布
program --pass 2 --bitrate 1000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --direct auto --deblock 1:1 --subme 9 --trellis 2 --psy-rd 0.6:0 --partitions all --8x8dct --me tesa --merange 32 --threads auto --thread-input --aq-mode 0 --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
;)
可以吐槽的地方太多了......还不如直接--preset placebo
个人认为可以直接用--preset slow/slower --tune animation --level 3.1(SD)/4.1(HD)
影响画质的东西得视片源调整,还可以降低几个影响速度比较严重的参数
ljwing@2009-08-09 07:51
引用
最初由 没有这个人 发布
program --pass 2 --bitrate 1000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 16 --b-pyramid --direct auto --deblock 1:1 --subme 9 --trellis 2 --psy-rd 0.6:0 --partitions all --8x8dct --me tesa --merange 32 --threads auto --thread-input --aq-mode 0 --progress --no-dct-decimate --no-psnr --no-ssim --output "output" "input"
;)
故意这么搞的吧:p
没有这个人@2009-08-09 11:06
这参数是megui 的profile
x264 Unrestricted 2pass Anime_Toons Insane
:cool:
xreal@2009-08-09 11:08
:confused:
ref8 subme 8就不错了,没必要这么变态吧
zjhray@2009-08-09 11:17
--crf XX --deblock 0:0 --ref 8 --mixed-refs --no-fast-pskip --bframes 8 --b-adapt 2 --b-pyramid --weightb --subme 10 --trellis 2 --psy-rd 0.5:0.0 --partitions all --aq-mode 2 --aq-strength 0.5 -i5 --scenecut 60 --me umh --merange 24 --threads auto
crf值自己填吧,我这个比insane合理一点,实际一点
ljwing@2009-08-09 21:03
ref就一个参数让别人怎么去“硬”阿
不同level不同分辨率对应不同ref
新参数mbtree貌似也比较ep
x265@2009-12-01 18:02
program --profile high --level 3.1 --preset placebo --pass 2 --bitrate 1000 --stats ".stats" --thread-input --deblock -1:-1 --bframes 3 --b-adapt 2 --direct auto --b-bias 0 --scenecut 40 --ref 8 --vbv-bufsize 14000 --vbv-maxrate 17500 --rc-lookahead 50 --aq-mode 1 --aq-strength 1.0 --merange 32 --me tesa --subme 10 --partitions p8x8,b8x8,i4x4,i8x8 --trellis 2 --psy-rd 1.0:0 --no-dct-decimate --no-fast-pskip --output "output" "input"
JoshuaChang@2009-12-18 11:29
前两天压karas的参数,支持dxva,现在新版支持mbtree+参考b帧了,不知道还能不能dxva了
program --profile high --level 4.1 --pass 2 --bitrate 5850 --stats ".stats" --slow-firstpass --thread-input --keyint 240 --min-keyint 24 --b-adapt 2 --direct auto --ref 9 --qpmax 30 --ipratio 1.0 --pbratio 1.0 --vbv-bufsize 50000 --vbv-maxrate 50000 --rc-lookahead 64 --aq-strength 0.5 --merange 64 --me umh --partitions p8x8,b8x8,i4x4,i8x8 --trellis 2 --psy-rd 0.50:0 --no-dct-decimate --no-fast-pskip --qpfile "I:\鴉-KARAS- フルエピソードエディション(BD)\KARAS\BDMV\STREAM\frame.qpf" --output "output" "input"
| TOP