Question / Help OBS records audio, but not video.

p4ck3tl055

New Member
I'm trying to capture a training video for later viewing - think of it like recording a Youtube video. Nothing special, not a game. I'm wanting to capture to a local file.

I click "start recording" and I see the preview in the OBS window. I let it run for a few seconds and then stop the recording. When I go to review the results, I hear the audio just fine, but I see no video - at all. This is with both Quicktime and Windows Media Player.

Here is my log - nothing really jumps out at me.

13:05:50: =====Stream Start: 2014-06-24, 13:05:50===============================================
13:05:50: Multithreaded optimizations: On
13:05:50: Base resolution: 1920x1200
13:05:50: Output resolution: 1920x1200
13:05:50: ------------------------------------------
13:05:50: Loading up D3D10 on NVIDIA Quadro K2000 (Adapter 1)...
13:05:50: ------------------------------------------
13:05:50: Audio Format: 48000 Hz
13:05:50: ------------------------------------------
13:05:50: Audio Channels: 2 Ch
13:05:50: Playback device Default
13:05:50: ------------------------------------------
13:05:50: Using desktop audio input: Speakers (Realtek High Definition Audio)
13:05:50: Global Audio time adjust: 0
13:05:50: ------------------------------------------
13:05:50: Using auxilary audio input: Microphone (Webcam Pro 9000)
13:05:50: Mic time offset: 0
13:05:50: ------------------------------------------
13:05:50: Audio Encoding: AAC
13:05:50: bitrate: 128
13:05:50: Using Window Capture
13:05:50: Scene buffering time set to 700
13:05:50: ------------------------------------------
13:05:50: Video Encoding: x264
13:05:50: fps: 30
13:05:50: width: 1920, height: 1200
13:05:50: preset: veryfast
13:05:50: profile: high
13:05:50: keyint: 250
13:05:50: CBR: yes
13:05:50: CFR: yes
13:05:50: max bitrate: 3500
13:05:50: buffer size: 3500
13:05:50: ------------------------------------------
13:05:58: Total frames encoded: 223, total frames duplicated: 0 (0.00%)
13:05:58: Total frames rendered: 248, number of late frames: 0 (0.00%) (it's okay for some frames to be late)
13:05:59:
13:05:59: Profiler time results:
13:05:59:
13:05:59: ==============================================================
13:05:59: video thread frame - [100%] [avg time: 2.392 ms] [children: 68.6%] [unaccounted: 31.4%]
13:05:59: | scene->Preprocess - [66%] [avg time: 1.579 ms]
13:05:59: | GPU download and conversion - [2.63%] [avg time: 0.063 ms] [children: 1.8%] [unaccounted: 0.836%]
13:05:59: | | flush - [1.34%] [avg time: 0.032 ms]
13:05:59: | | CopyResource - [0.376%] [avg time: 0.009 ms]
13:05:59: | | conversion to 4:2:0 - [0.0836%] [avg time: 0.002 ms]
13:05:59: Convert444Threads - [100%] [avg time: 0.663 ms] [children: 99.2%] [unaccounted: 0.754%]
13:05:59: | Convert444toNV12 - [99.2%] [avg time: 0.658 ms]
13:05:59: encoder thread frame - [100%] [avg time: 1.798 ms] [children: 0.501%] [unaccounted: 99.5%]
13:05:59: | sending stuff out - [0.501%] [avg time: 0.009 ms]
13:05:59: ==============================================================
13:05:59:
13:05:59:
13:05:59: Profiler CPU results:
13:05:59:
13:05:59: ==============================================================
13:05:59: video thread frame - [cpu time: avg 0.817 ms, total 202.801 ms] [avg calls per frame: 1]
13:05:59: | scene->Preprocess - [cpu time: avg 0 ms, total 0 ms] [avg calls per frame: 1]
13:05:59: | GPU download and conversion - [cpu time: avg 0.125 ms, total 31.2 ms] [avg calls per frame: 1]
13:05:59: | | flush - [cpu time: avg 0.062 ms, total 15.6 ms] [avg calls per frame: 1]
13:05:59: | | CopyResource - [cpu time: avg 0 ms, total 0 ms] [avg calls per frame: 1]
13:05:59: | | conversion to 4:2:0 - [cpu time: avg 0 ms, total 0 ms] [avg calls per frame: 1]
13:05:59: Convert444Threads - [cpu time: avg 0.626 ms, total 280.8 ms] [avg calls per frame: 2]
13:05:59: | Convert444toNV12 - [cpu time: avg 0.591 ms, total 265.2 ms] [avg calls per frame: 2]
13:05:59: encoder thread frame - [cpu time: avg 0.979 ms, total 218.401 ms] [avg calls per frame: 1]
13:05:59: | sending stuff out - [cpu time: avg 0 ms, total 0 ms] [avg calls per frame: 1]
13:05:59: ==============================================================
13:05:59:
13:05:59: =====Stream End: 2014-06-24, 13:05:59=================================================

Not sure what I'm doing wrong, but I'd sure love to find out.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Try playing the video in VLC or MPC-HC first. I just want to make sure it's not a codec issue, which is what I'm suspecting right now. Just lacking the required codec to play h264 with those media players, I'm assuming.
 
Top