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

Last change on this file 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
Line 
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.