FFmpegをインストール
下記コマンドで圧縮
ffmpeg -i INPUT.mp4 -ac 1 -ar 8000 -vf fps=10 -filter:a afftdn,loudnorm OUTPUT.mp4