Ffmpeg makes choppy videos when recording with audio

Well, my issue is simple to explain, but I tried everything to solve it without success.

I like recording gameplays, just for fun. The game I currently make recordings for is not resource heavy (it's Doom 2 through GZDoom). I'm using Lubuntu 22.04.

So, here is the command I've just used:

ffmpeg -f x11grab -draw_mouse 0 -framerate 30 -probesize 42M -video_size 1920x1080 -i :0 -f pulse -i default -c:v libvpx-vp9 -r 30 -g 90 -quality realtime -frame-parallel 1 -qmin 4 -qmax 48 -b:v 4500k -c:a libvorbis prueba.mkv

The issue is, if I record without including the audio, then the video plays smoothly after being recorded. But if I record including the audio, no matter what parameters, codecs, bitrate or anything I use, then the video is barely watchable, with lots of choppiness, and even with delay between audio and video, apparently.

SimpleScreenRecorder works fine, but sometimes there are few frames dropped and I don't like it much. OBS is very heavy for my hardware (Mac Mini 2016, Intel Core i5 1.4 GHz 4260U, Intel HD Graphics 4000, 4 GB RAM).

I also tried VAAPI, with same results as above.

And the thing is that I remember recording some years ago, with no issues at all.

I don't know what to do. Any tip or solution?

bionade24,

I'd definately would encode to x264 and use ffmpeg's Intel QuickSync support to save power. Encoding vp9 must be a hard workload for your small machine. Probably the video only doesn't stutter due to interlacing. If you'd want to go hardcore, you could try to profile your task with minimal overhead by using perf record.

dhtseany,

Your hardware is not powerful enough for the task you’re attempting to ask of it, especially due to the weaker CPU and lack of RAM and no GPU. If you’re having problems capturing the stream with OBS you won’t solve them by shifting to using the terminal instead with ffmpeg as the task is still essentially the same. At a minimum you need 8GB of RAM and a dedicated GPU that can actually encode (Intel graphics are generally not dedicated) otherwise this is a lost-cause goal.

At best you can lower your captured resolution to 720 but I doubt it’ll help much without adding a graphics card.

Ignacio,
Ignacio avatar

Then how is it possible that, recording with no sound, my videos run smoothly, with no choppiness or other caveats?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxquestions
  • PowerRangers
  • DreamBathrooms
  • Durango
  • magazineikmin
  • mdbf
  • Youngstown
  • vwfavf
  • slotface
  • ethstaker
  • rosin
  • thenastyranch
  • kavyap
  • tsrsr
  • ngwrru68w68
  • tester
  • osvaldo12
  • cubers
  • everett
  • GTA5RPClips
  • cisconetworking
  • hgfsjryuu7
  • InstantRegret
  • tacticalgear
  • normalnudes
  • modclub
  • khanakhh
  • Leos
  • anitta
  • All magazines