#!/bin/sh ps aux | grep ffmpeg | grep x11 | awk '{print $2}' | xargs kill