#!/bin/sh
ps -ef | grep  ffmpeg |  grep -v  grep | awk {'print $2'} | xargs kill -9