Document how to record via ffmpeg

This commit is contained in:
Daniel Siepmann 2023-05-11 07:47:52 +02:00
parent b8c4fcbe62
commit 56616626bc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -64,6 +64,8 @@ with pkgs; [
spotdl
# tenacity
ffmpeg-full # full in order to grab x11
# Record audio and video on ubuntu: ffmpeg -f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -f x11grab -y -framerate 30 -s 1280x720 -i :0.0 -c:v libx264 -preset superfast -crf 18 output.mkv
# Don't forget to switch the recording monitor on pulse audio after starting
python39Packages.mutagen
feh