Question / Help New to OBS, several problems when recording stuff

Feldheld

New Member
I used to use FRAPS to record ingame footage but I got better hardware now and Im looking for a recording software that compresses on the fly so I dont need a huge amount of free harddisk space to record longer videos. Im on Windows 10 64bit. The game is Battlezone II: Combat Commander (it's from 1999 but one of the original devs still makes patches to keep it up-to-date).

First I tried your OBS studio. I set it up according to this link I found
https://obsproject.com/forum/resources/almost-lossless-local-recoding-using-obs-studio.200/

It recorded the audio well but when playing the files back there was no video, no matter which playback software I used (windows media player, vlc player).

Next I tried the Share ability of NVIDIA Geforce Experience. It worked well overall but kept messing up my mouse sensitivity which made it useless.

So I went back to OBS only to find out that now the audio from the microphone gets messed up, too (the audio from the game is fine). The mic audio is high pitched and stuttery. Uninstalling Geforce Experience didnt change anything.

Here's the last log
Code:
09:33:23.268: CPU Name: Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
09:33:23.268: CPU Speed: 3504MHz
09:33:23.268: Physical Cores: 4, Logical Cores: 4
09:33:23.268: Physical Memory: 16321MB Total, 13580MB Free
09:33:23.268: Windows Version: 10.0 Build 15063 (revision: 296; 64-bit)
09:33:23.268: Running as administrator: false
09:33:23.268: Aero is Enabled (Aero is always on for windows 8 and above)
09:33:23.268: Portable mode: false
09:33:23.275: OBS 19.0.2 (64bit, windows)
09:33:23.275: ---------------------------------
09:33:23.275: ---------------------------------
09:33:23.275: audio settings reset:
09:33:23.275:     samples per sec: 44100
09:33:23.275:     speakers:        2
09:33:23.276: ---------------------------------
09:33:23.276: Initializing D3D11...
09:33:23.276: Available Video Adapters:
09:33:23.277:     Adapter 1: NVIDIA GeForce GTX 750 Ti
09:33:23.277:      Dedicated VRAM: 2114650112
09:33:23.277:      Shared VRAM:    4262287360
09:33:23.277:      output 1: pos={0, 0}, size={1920, 1080}, attached=true
09:33:23.279: Loading up D3D11 on adapter NVIDIA GeForce GTX 750 Ti (0)
09:33:23.292: D3D11 loaded successfully, feature level used: 45056
09:33:23.832: ---------------------------------
09:33:23.832: video settings reset:
09:33:23.832:     base resolution:   1920x1080
09:33:23.832:     output resolution: 1920x1080
09:33:23.832:     downscale filter:  Bicubic
09:33:23.832:     fps:               30/1
09:33:23.832:     format:            I444
09:33:23.833: Audio monitoring device:
09:33:23.833:     name: Default
09:33:23.833:     id: default
09:33:23.833: ---------------------------------
09:33:23.834: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/chrome_elf.dll' not found, loading of module failed
09:33:23.835: [CoreAudio encoder]: CoreAudio AAC encoder not installed on the system or couldn't be loaded
09:33:23.835: [AMF] Encountered Exception during AMF initialization: Unable to load 'amfrt64.dll', error code 126.
09:33:23.835: Failed to initialize module 'enc-amf.dll'
09:33:23.840: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libcef.dll' not found, loading of module failed
09:33:23.840: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libEGL.dll' not found, loading of module failed
09:33:23.840: Required module function 'obs_module_load' in module '../../obs-plugins/64bit/libGLESv2.dll' not found, loading of module failed
09:33:23.841: Failed to load 'en-US' text for module: 'obs-browser.dll'
09:33:23.841: [browser_source: 'Version: 1.29.0']
09:33:23.842: NVENC supported
09:33:23.865: VLC found, VLC video source enabled
09:33:23.868: No blackmagic support
09:33:23.890: ---------------------------------
09:33:23.890:   Loaded Modules:
09:33:23.890:     win-wasapi.dll
09:33:23.890:     win-mf.dll
09:33:23.890:     win-dshow.dll
09:33:23.890:     win-decklink.dll
09:33:23.890:     win-capture.dll
09:33:23.890:     vlc-video.dll
09:33:23.890:     text-freetype2.dll
09:33:23.890:     rtmp-services.dll
09:33:23.890:     obs-x264.dll
09:33:23.890:     obs-vst.dll
09:33:23.890:     obs-transitions.dll
09:33:23.890:     obs-text.dll
09:33:23.890:     obs-qsv11.dll
09:33:23.890:     obs-outputs.dll
09:33:23.890:     obs-filters.dll
09:33:23.890:     obs-ffmpeg.dll
09:33:23.890:     obs-browser.dll
09:33:23.890:     image-source.dll
09:33:23.890:     frontend-tools.dll
09:33:23.890:     enc-amf.dll
09:33:23.890:     coreaudio-encoder.dll
09:33:23.890: ==== Startup complete ===============================================
09:33:23.890: Service '' not found
09:33:23.891: All scene data cleared
09:33:23.891: ------------------------------------------------
09:33:23.907: WASAPI: Device 'Lautsprecher (Creative SB Audigy 2 (WDM))' initialized
09:33:23.910: WASAPI: Device 'Mikrofon (HD Webcam C310)' initialized
09:33:23.910: Switched to scene 'Szene'
09:33:23.910: ------------------------------------------------
09:33:23.910: Loaded scenes:
09:33:23.910: - scene 'Szene':
09:33:23.910: ------------------------------------------------
09:33:23.987: adding 69 milliseconds of audio buffering, total audio buffering is now 69 milliseconds
09:33:24.031: adding 23 milliseconds of audio buffering, total audio buffering is now 92 milliseconds
09:33:24.321: adding 23 milliseconds of audio buffering, total audio buffering is now 116 milliseconds

It shows a number of plugins that failed to load. Did I miss something when I installed OBS?
 
Top