Re: list all flac files by bit depth?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user


[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux