![]() |
|
B-Frames do not appear in the log - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: B-Frames do not appear in the log (/thread-3052.html) |
B-Frames do not appear in the log - murriato - 23.01.2023 Hello Mr. Selur, I have seen that the information of the B-Frames does not appear in the encode log, before the B-Frames did slds RE: B-Frames do not appear in the log - Selur - 24.01.2023 Strange, normally everything that starts with 'x264 [info]' should end up in the log, will look at it this evening. Cu Selur RE: B-Frames do not appear in the log - Selur - 24.01.2023 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: 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/sCu Selur RE: B-Frames do not appear in the log - murriato - 24.01.2023 In previous updates, the B-Frames were enabled by default. How can I reactivate the B-Frames? Because I don't know how to do it thank you sir selur I have the parameters in Hybrid like this I had an old version saved and when installing it without touching any parameters, the B-Frames appear RE: B-Frames do not appear in the log - Selur - 24.01.2023 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 RE: B-Frames do not appear in the log - murriato - 25.01.2023 Hello Mr. Selur, could you include or fix the information on x265 [info]: consecutive B-frames thanks and slds
RE: B-Frames do not appear in the log - Selur - 25.01.2023 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 RE: B-Frames do not appear in the log - murriato - 25.01.2023 Ok thanks Mr. Selur I didn't know it was from the source code.
|