#!/bin/bash
[[ -z $2 ]] && exit
ffmpeg -i $1 -af "highpass=f=100, lowpass=f=15000" $2
