23.01.2023, 23:13
23.01.2023, 23:13
24.01.2023, 05:59
Strange, normally everything that starts with 'x264 [info]' should end up in the log, will look at it this evening.
Cu Selur
Cu Selur
24.01.2023, 06:24
Had a quick look.
x264 only reports the 'x264 [info]: consecutive B-frames: ...'-line if the 'adaptive b-frame decision' (--b-adapt) is enabled.
If x264 does report the line, Hybrid also reports it:
Cu Selur
x264 only reports the 'x264 [info]: consecutive B-frames: ...'-line if the 'adaptive b-frame decision' (--b-adapt) is enabled.
If x264 does report the line, Hybrid also reports it:
Code:
raw [info]: 640x352p 1:1 @ 25/1 fps (cfr)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512
x264 [info]: profile Main, level 4.1, 4:2:0, 8-bit
x264 [info]: frame I:3 Avg QP:14.98 size: 23801
x264 [info]: frame P:147 Avg QP:13.08 size: 15004
x264 [info]: frame B:279 Avg QP:16.20 size: 3058
x264 [info]: consecutive B-frames: 1.6% 5.1% 89.5% 3.7% <--------------
x264 [info]: mb I I16..4: 43.3% 0.0% 56.7%
x264 [info]: mb P I16..4: 27.4% 0.0% 0.0% P16..4: 66.0% 0.0% 0.0% 0.0% 0.0% skip: 6.6%
x264 [info]: mb B I16..4: 3.7% 0.0% 0.0% B16..8: 40.6% 0.0% 0.0% direct: 8.3% skip:47.4% L0:23.1% L1:38.5% BI:38.4%
x264 [info]: final ratefactor: 9.70
x264 [info]: direct mvs spatial:72.4% temporal:27.6%
x264 [info]: coded y,uvDC,uvAC intra: 54.4% 47.6% 15.7% inter: 24.6% 15.1% 2.6%
x264 [info]: i16 v,h,dc,p: 32% 16% 40% 12%
x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 23% 16% 5% 6% 5% 6% 5% 6%
x264 [info]: i8c dc,h,v,p: 56% 18% 24% 3%
x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0%
x264 [info]: kb/s:1459.25
encoded 429 frames, 1198.32 fps, 1459.25 kb/s
Cu Selur
24.01.2023, 11:18
24.01.2023, 18:25
Oh, I thought it was about x264. Just noticed you are speaking of x265.
Seems like current x265 version do not report that info anymore.
Using the command line I don't get this info any more.
Cu Selur
Seems like current x265 version do not report that info anymore.
Using the command line I don't get this info any more.
Cu Selur
25.01.2023, 04:28
Hello Mr. Selur, could you include or fix the information on
x265 [info]: consecutive B-frames
thanks and slds
x265 [info]: consecutive B-frames
thanks and slds
25.01.2023, 04:57
No, if current x265 versions do not provide the information, I can not magically make it appear again.
That would require to change the x265 source code.
Cu Selur
That would require to change the x265 source code.
Cu Selur
25.01.2023, 10:31
Ok thanks Mr. Selur I didn't know it was from the source code.