#!/bin/bash
#ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1350x768 -i :0.0 -acodec pcm_s16le -vcodec h264 -threads 0 $1
ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1350x768 -i :0.0 -vcodec h264 -threads 0 $1

