Question / Help Blurred stream when moving

seuk

New Member
I cant seem to get my stream to stop being blurry when moving while I am playing. Audio works fantastic, video when still or slightly moving is fantastic, just when I move faster it blurs.

Example of stream:

http://www.twitch.tv/seuk/b/475396622

Log file:

Code:
19:27:52: Open Broadcaster Software v0.583b - 32bit (´・ω・`)
19:27:52: -------------------------------
19:27:52: CPU Name: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
19:27:52: CPU Speed: 3500MHz
19:27:52: Physical Memory:  4095MB Total, 4095MB Free
19:27:52: stepping id: 3, model 60, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 8, total cores 4
19:27:52: monitor 1: pos={0, 0}, size={1920, 1080}
19:27:52: Windows Version: 6.1 Build 7601 S
19:27:52: Aero is Disabled
19:27:52: -------------------------------
19:27:52: OBS Modules:
19:27:52: Base Address     Module
19:27:52: 013E0000         OBS.exe
19:27:52: 5DAD0000         OBSApi.dll
19:27:52: 5C530000         DShowPlugin.dll
19:27:52: 642D0000         GraphicsCapture.dll
19:27:52: 5D8A0000         NoiseGate.dll
19:27:52: 5D880000         PSVPlugin.dll
19:27:52: ------------------------------------------
19:27:52: Adapter 1
19:27:52:   Video Adapter: NVIDIA GeForce GTX 770
19:27:52:   Video Adapter Dedicated Video Memory: 3221225472
19:27:52:   Video Adapter Shared System Memory: 1073676288
19:27:52:   Video Adapter Output 1: pos={0, 0}, size={1920, 1080}, attached=true
19:27:52: =====Stream Start: 2013-10-31, 19:27:52===============================================
19:27:52:   Multithreaded optimizations: On
19:27:52:   Base resolution: 1920x1080
19:27:52:   Output resolution: 1920x1080
19:27:52: ------------------------------------------
19:27:52: Loading up D3D10 on NVIDIA GeForce GTX 770...
19:27:52: ------------------------------------------
19:27:52: Audio Format: 48000hz
19:27:52: Playback device Default
19:27:52: ------------------------------------------
19:27:52: Using desktop audio input: Speakers (Realtek High Definition Audio)
19:27:52: ------------------------------------------
19:27:52: Using auxilary audio input: Microphone (Realtek High Definition Audio)
19:27:52: ------------------------------------------
19:27:52: Audio Encoding: AAC
19:27:52:     bitrate: 192
19:27:52: Using graphics capture
19:27:52: Scene buffering time set to 700
19:27:52: ------------------------------------------
19:27:52: Video Encoding: x264
19:27:52:     fps: 50
19:27:52:     width: 1920, height: 1080
19:27:52:     preset: veryfast
19:27:52:     profile: high
19:27:52:     keyint: 250
19:27:52:     CBR: no
19:27:52:     CFR: yes
19:27:52:     max bitrate: 1600
19:27:52:     buffer size: 1900
19:27:52:     quality: 8


Any help is greatly appreciated. Thank you!
 

Krazy

Town drunk
No nearly enough bitrate for your chosen resolution/FPS. 3000 bitrate minimum for decently quality 1080p, and that's at 30fps. Use CBR for more consistent network load. I don't recommend higher than 30fps for 1080p at all, the bandwith requirements are too much, the decoding requirements can get pretty absurd, and Flash generally does not handle high framerate, high resolution video very well at all.

For future reference, you should always post your entire log, don't truncate anything.
 

FerretBomb

Active Member
Seconded. Trying to run 1080 at anything higher than 30 will run into countless problems, not the least of which being that the Flash player itself won't be able to cope with that much data and will turn into a stutter-fest, even under the best circumstances. I'd even say that 3000kbps is where 1080@30 starts, and 3500 is recommended for decent quality.

1600 isn't even close. Time to temper some of those aspirations.
At 1600, you sould be able to run a decent-quality 720p@30fps stream. For 720@60, you're looking at starting around 2500kbps for something that doesn't look like crap.

Also note that audio bitrate isn't 'free'; it isn't counted toward the video bitrate you've set. 192-AAC is ridiculously wasteful; drop that to 96, or 128 at most.

Also, turn ON CBR, and set your keyframe interval to 2 if you're streaming to Twitch; it's required for their new standardization initiative, and missing too many of the requirements will result in the ingests deeming your feed 'incompatible', and to reject it completely.
 
Top