Re: [LAU] list all flac files by bit depth?

From: Alexandros Diamantidis <adia@email-addr-hidden>
Date: Sat Apr 09 2011 - 22:36:17 EEST

* Julien Claassen [2011-04-09 18:26]:
> file test.flac
> it tells you something like this:
> test.flac: FLAC audio bitstream data, 16 bit, stereo, 44.1 kHz, 5090250

A quick-and-dirty approach using Julien's idea:

find . -name \*.flac -exec file {} + | grep -v '16 bit'

That is, run "file" on all .flac files, and filter out those those that
are 16 bit.

Alex

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Sun Apr 10 00:15:02 2011

This archive was generated by hypermail 2.1.8 : Sun Apr 10 2011 - 00:15:02 EEST