I need to check the duration of a group of audio files. Is there a simple way to do this on the unix command-line?
> duration *
I have the a
ffmpeg -i 2>&1 | grep Duration