[LAU] list all flac files by bit depth?

Julien Claassen julien at c-lab.de
Sat Apr 9 15:55:45 UTC 2011


Hi1
   You might use file and some shell magic, i.e. grep or sed to search for the 
bit depth info. Maybe you can even use id3v2 and then you might need something 
like:
if [ $BIT_DEPTH -gt 16 ]; then
   echo $FILENAME;
fi
   Of course youhave to set up BIT_DEPTH using either file or id3v2, how that 
is done exactly, no idea, since i never did it. Are yo familiar with basic 
shell script programming?
   I hope, that helped a bit. - If not, just tell me and I'll see, if I can 
write a very basic script to do the work.
   Warmly yours
           Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de


More information about the Linux-audio-user mailing list