msg7086 / x265-Yuuki-Asuna

A fork of x265. A modded version.
GNU General Public License v2.0
174 stars 35 forks source link

2pass 提示 different keyint setting than first pass... #4

Closed eorking closed 6 years ago

eorking commented 6 years ago

版本号 x265-Yuuki-2.8+4-g0ad419482+18

脚本

vspipe 2p.vpy - --y4m | x265 --y4m --input-depth 16 --output-depth 10 - --tune vcbs++ --level-idc 5.1 --pass 1 --crf 19 --output "pass1.hevc" 2>pass1.txt

vspipe 2p.vpy - --y4m | x265 --y4m --input-depth 16 --output-depth 10 - --tune vcbs++ --level-idc 5.1 --pass 2 --bitrate 6000 --output "pass2.hevc" 2>pass2.txt
pause

pass2 log

y4m  [info]: 1920x1080 fps 24000/1001 i420p16 frames 0 - 50 of 51
x265 [info]: Using preset medium & tune vcbs++
raw  [info]: output file: pass2.hevc
x265 [info]: HEVC encoder version 2.8+4-g0ad419482+18
x265 [info]: build info [Windows][GCC 7.1.0][64 bit] Yuuki 10bit
x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
x265 [warning]: limit-tu disabled, requires tu-inter-depth > 1
x265 [info]: Main 10 profile, Level-5.1 (Main tier)
x265 [info]: Thread pool 0 using 32 threads on numa nodes 0
x265 [info]: Slices                              : 1
x265 [info]: frame threads / pool features       : 5 / wpp(34 rows)
x265 [error]: different  keyint setting than first pass (360 vs 4)
x265 [error]: failed to open encoder
msg7086 commented 6 years ago

请测试最新上传的+19版本。