{ writeShellScriptBin, ffmpeg }: writeShellScriptBin "ffcheck" '' ${ffmpeg}/bin/ffmpeg -v error -stats -hide_banner -i "$1" -c copy -f null - ''