#!/bin/bash
ps -ef|grep ffmpeg| grep -v overlay |awk '{print $2}'|xargs kill -2
python3 ~/complete.py "Kill The Record!!!!!!!"
