[Video] OBS Studio Glitches on Visual Studio Code (VSCode) Terminal, but nowhere else

tobytobkin

New Member
Hi OBSers,

I'm having a weird glitch I can't seem to figure out. I was hoping someone could point me in the right direction.

When recording a programming tutorial on VSCode, the most common IDE today, I get weird video glitches when using the command prompt inside VSCode. Here is a demo video:

Some more facts:
  • My Elgato capture card outputs non-glitched video, but OBS studio records glitched video
  • The glitching occurs both when SSHed into a server and on my local machine
  • The glitching does not occur when recording the regular MacOS terminal, as demoed
  • VSCode doesn't show any glitching except when using the terminal
Any pointers to why this may be happening or how I can resolve it?
 

tobytobkin

New Member
Log:

14:27:11.041: [VideoToolbox simple_video_recording: 'hevc']: session created with hardware encoding
14:27:11.063: [VideoToolbox simple_video_recording: 'hevc']: settings:
14:27:11.063: vt_encoder_id com.apple.videotoolbox.videoencoder.ave.hevc
14:27:11.063: rate_control: CRF
14:27:11.063: bitrate: 2500 (kbps)
14:27:11.063: quality: 0.700000
14:27:11.063: fps_num: 60
14:27:11.063: fps_den: 1
14:27:11.063: width: 1920
14:27:11.063: height: 1080
14:27:11.063: keyint: 2 (s)
14:27:11.063: limit_bitrate: off
14:27:11.063: rc_max_bitrate: 2500 (kbps)
14:27:11.063: rc_max_bitrate_window: 1.500000 (s)
14:27:11.063: hw_enc: on
14:27:11.063: profile: main
14:27:11.063: codec_type: hevc
14:27:11.063:
14:27:11.091: [CoreAudio AAC: 'simple_aac_recording0']: settings:
14:27:11.091: mode: AAC
14:27:11.091: bitrate: 192
14:27:11.091: sample rate: 48000
14:27:11.091: cbr: on
14:27:11.091: output buffer: 1536
14:27:11.110: ==== Recording Start ===============================================
14:27:11.110: [ffmpeg muxer: 'simple_file_output'] Writing file '/Users/toby/Movies/2024-03-22 14-27-11.mkv'...
14:28:06.860: [ffmpeg muxer: 'simple_file_output'] Output of file '/Users/toby/Movies/2024-03-22 14-27-11.mkv' stopped
14:28:06.860: Output 'simple_file_output': stopping
14:28:06.860: Output 'simple_file_output': Total frames output: 3337
14:28:06.860: Output 'simple_file_output': Total drawn frames: 3318 (3345 attempted)
14:28:06.860: Output 'simple_file_output': Number of lagged frames due to rendering lag/stalls: 27 (0.8%)
14:28:06.861: ==== Recording Stop ================================================
 
Top