Bug Report Suddenly my cpu goes +80%

peewzEE

New Member
Just suddenly my cpu goes over 80% for no reason. Have never had a problem before.
I dont know if this is the right place but here it is.
 

peewzEE

New Member
Code:
Open Broadcaster Software v0.472b - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz
CPU Speed: 3093MHz
Physical Memory:  4095MB Total, 4095MB Free
stepping id: 7, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 4, total cores 2
monitor 1: pos={0, 0}, size={1680, 1050}
Windows Version: 6.1 Build 7601 S
Aero is Disabled
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 650 Ti 
  Video Adapter Dedicated Video Memory: 1020985344
  Video Adapter Shared System Memory: 3221221376
------------------------------------------
Adapter 2
  Video Adapter: Intel(R) HD Graphics
  Video Adapter Dedicated Video Memory: 67108864
  Video Adapter Shared System Memory: 1711276032
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1680x1050
  Output resolution: 1680x1050
------------------------------------------
Loading up D3D10...
Playback device {0.0.0.00000000}.{430b6d1b-030e-4b76-ad9e-8e3508256287}
------------------------------------------
Using desktop audio input: Högtalare (Realtek High Definition Audio)
------------------------------------------
Using auxilary audio input: Mikrofon (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 256
Using Monitor Capture
x264: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
x264: profile High, level 4.2
------------------------------------------
Video Encoding: x264
    fps: 60
    width: 1680, height: 1050
    preset: medium
    CBR: no
    CFR: no
    max bitrate: 1800
    buffer size: 2000
    quality: 10
------------------------------------------
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-ams.justin.tv/app
bufferTime: 2026, outputRateWindowTime: 1000, dropThreshold: 2526
Total frames rendered: 323, number of frames that lagged: 79 (24.46%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
x264: frame I:1     Avg QP:28.90  size:114469
x264: frame P:60    Avg QP:21.89  size:  2576
x264: frame B:179   Avg QP:21.04  size:   212
x264: consecutive B-frames:  0.4%  0.0%  0.0% 99.6%
x264: mb I  I16..4: 60.6%  2.8% 36.5%
x264: mb P  I16..4:  0.5%  0.0%  0.1%  P16..4:  2.7%  0.2%  0.2%  0.0%  0.0%    skip:96.2%
x264: mb B  I16..4:  0.1%  0.0%  0.0%  B16..8:  2.2%  0.0%  0.0%  direct: 0.0%  skip:97.7%  L0:39.9% L1:60.0% BI: 0.1%
x264: 8x8 transform intra:2.7% inter:55.1%
x264: coded y,uvDC,uvAC intra: 21.0% 25.7% 20.0% inter: 0.2% 0.5% 0.3%
x264: i16 v,h,dc,p: 51% 46%  3%  1%
x264: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 28% 44%  2%  1%  1%  1%  1%  3%
x264: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 43% 12%  2%  2%  2%  4%  2%  4%
x264: i8c dc,h,v,p: 49% 31% 19%  1%
x264: Weighted P-Frames: Y:0.0% UV:0.0%
x264: ref P L0: 79.8%  6.9% 11.2%  2.1%
x264: ref B L0: 49.4% 49.7%  0.9%
x264: ref B L1: 94.7%  5.3%
x264: kb/s:434.19
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 17.704 ms] [avg calls per frame: 1] [children: 94.7%] [unaccounted: 5.32%]
| scene->Preprocess - [19.7%] [avg time: 3.486 ms] [avg calls per frame: 1]
| video encoding and uploading - [75%] [avg time: 13.277 ms] [avg calls per frame: 1] [children: 57.6%] [unaccounted: 17.4%]
| | CopyResource - [0.407%] [avg time: 0.072 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.192%] [avg time: 0.034 ms] [avg calls per frame: 0]
| | call to encoder - [57%] [avg time: 10.091 ms] [avg calls per frame: 0]
| | sending stuff out - [0.0452%] [avg time: 0.008 ms] [avg calls per frame: 0]
==============================================================
 

paibox

heros in an halfshel
"For no reason", huh? :P Your x264 preset is set to "Medium", something which not even my processor could handle reliably for 1680x1050 video, especially not at 60 frames per second. Change the preset back to veryfast, set your frame rate to 30, and your problems will be solved.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
The onboard graphics doesn't particularly matter. Change the preset back to "veryfast"
 
Top