Tag Archives: ffmpeg

Video-record (screen capture) WITH SOUND on Linux using FFmpeg and PulseAudio in 2012

Install Pulseaudio because ALSA won’t record sound from your integrated on-board sound card :( In pavucontrol, show all recording devices and activate the one that reacts when games make sounds, so that Internal Audio is set as fallback (shield icon) … Continue reading

Posted in qubodup | Tagged , , , , , , | 5 Comments

Record a windowed game in Linux using FFmpeg in three simple steps!

A more recent method can be found here. This is based on this wonderful tutorial. xwininfo Click on the game window and fill in the uppercase info in the next line: ffmpeg -f alsa -ac 2 -i pulse -f x11grab … Continue reading

Posted in qubodup | Tagged , , , | 6 Comments