#!/bin/bash

ffmpeg -f x11grab \
-s 1980x1080 \
-an -i :0.0 \
-c:v libvpx \
-b:v 5M \
-crf 10 \
-quality realtime \
-y ~/record.mkv