source: gs3-extensions/mars-src/trunk/bin/script/essentia-extractor-all-mp3-with-profile.sh@ 34419

Last change on this file since 34419 was 34419, checked in by davidb, 4 years ago

Version of script where an Essentia profile is also specified

  • Property svn:executable set to *
File size: 170 bytes
RevLine 
[34419]1
2if [ $# != 2 ] ; then
3 echo "Usage: $0 audio-dir essentia.profile" 1>&2
4 exit 1
5fi
6
7find $1 -name "*.mp3" \
8 -exec essentia-extractor-file-with-profile.sh {} $2 \;
Note: See TracBrowser for help on using the repository browser.