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
ffprobe your_file.mp3 2>&1 | grep "Duration"
The output looks like this:
Duration: 00:44:33.50, start: 0.011995, bitrate: 128 kb/