Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mariotpc/4b31e8c8c0faedb975cb73407ffaa606 to your computer and use it in GitHub Desktop.
Save mariotpc/4b31e8c8c0faedb975cb73407ffaa606 to your computer and use it in GitHub Desktop.
Container Matroska - Movie Desktop Window + Alsa Source Audio
gst-launch-1.0 ximagesrc use-damage=0 xid=$(xwininfo -tree | egrep 'Window id:' | cut -d ' ' -f4) ! queue ! videoconvert ! x264enc b-adapt="true" ! matroskamux name=mux ! filesink location=/mnt/ramdisk/terminal.mkv pulsesrc device=alsa_output.pci-0000_00_1f.3.analog-stereo.monitor ! queue max-size-time=5000000000 max-size-buffers=10000 ! audio/x-raw, rate=32000, channels=2 ! avenc_ac3 bitrate=32000 ! mux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment