lwjkk666
帖子: 321
注册时间: 2012-05-29 13:43

x265怎样设置才是YUV444压制

图片

VS脚本是YUV444P16的,不过压出来画面是绿色,难道设置有错吗,已经跟着教程提示去设置了,跪 {:husky} 求解答
lwjkk666
帖子: 321
注册时间: 2012-05-29 13:43

Re: x265怎样设置才是YUV444压制

vspipe.exe --y4m "DBS.vpy" - | "x265-10bit-full" --y4m -D 10 --input-csp "i444" --input-depth 16 --profile main444-10 --preset slower --deblock -1:-1 --ctu 32 --crf 17 --pbratio 1.2 --cbqpoffs 5 --crqpoffs 5 --no-sao --me 3 --subme 3 --merange 44 --b-intra --no-rect --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.9 --rd 4 --psy-rd 2.0 --psy-rdoq 3.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing --vbv-bufsize 32000 --vbv-maxrate 29000 --output "EP01.hevc" -
pause
头像
msg7086
帖子: 600
注册时间: 2011-02-19 0:49

Re: x265怎样设置才是YUV444压制

你贴的图和你贴的命令行不一样。
Delogo LGD Collections 各种台标下载 | Home Of VapourSynth Evolution

<回答が無い理由>
1. 誰も知らない
2. 質問文が意味不明
3. 知ってるが、お前の態度が気に入らない
4. 良いボケが思いつかない
lwjkk666
帖子: 321
注册时间: 2012-05-29 13:43

Re: x265怎样设置才是YUV444压制

--cbqpoffs 5 --crqpoffs 5 压YUV444的话这个给适合不
fch1993
帖子: 213
注册时间: 2012-06-12 11:56

Re: x265怎样设置才是YUV444压制

lwjkk666 写了: 2018-03-18 13:54 vspipe.exe --y4m "DBS.vpy" - | "x265-10bit-full" --y4m -D 10 --input-csp "i444" --input-depth 16 --profile main444-10 --preset slower --deblock -1:-1 --ctu 32 --crf 17 --pbratio 1.2 --cbqpoffs 5 --crqpoffs 5 --no-sao --me 3 --subme 3 --merange 44 --b-intra --no-rect --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.9 --rd 4 --psy-rd 2.0 --psy-rdoq 3.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing --vbv-bufsize 32000 --vbv-maxrate 29000 --output "EP01.hevc" -
pause
首先不要用x265内置的位深转换,VS中转换好后直接输入。

--input-csp "i444",--profile main444-10

这两个只要你输入的是YUV444P10就不用写这两个,会自动这样生成。
lwjkk666
帖子: 321
注册时间: 2012-05-29 13:43

Re: x265怎样设置才是YUV444压制

感谢解答,
787633258
帖子: 32
注册时间: 2015-07-17 19:55

Re: x265怎样设置才是YUV444压制

lwjkk666 写了: 2018-03-20 16:46 --cbqpoffs 5 --crqpoffs 5 压YUV444的话这个给适合不
不合适,x265压yuv444时会自己调整cbqpoffs和crqpoffs(对于yuv444会自动+6,你设5,那实际就变成了11
lwjkk666
帖子: 321
注册时间: 2012-05-29 13:43

Re: x265怎样设置才是YUV444压制

这样啊,又要重新压制了

回到 “视频编码器 / Video encoder discussion”