Skip to content

Instantly share code, notes, and snippets.

@masbog
Created September 6, 2013 19:10
Show Gist options
  • Select an option

  • Save masbog/78f9e080af63162ef901 to your computer and use it in GitHub Desktop.

Select an option

Save masbog/78f9e080af63162ef901 to your computer and use it in GitHub Desktop.
How to install Chromaprin audio fingerprint at CentOS 64 bit
[root@server chromaprint]# yum install git ffmpeg ffmpeg-devel fftw taglib boost cmake
[root@server chromaprint]# git clone https://masbog@bitbucket.org/masbog/chromaprint.git && cd chromaprint
[root@server chromaprint]# cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=64 .
[root@server chromaprint]# make && install
test your chromaprint is work?
[root@server chromaprint]# fpcalc ../mp3/BrunoMars_Grenade.mp3
FILE=../mp3/BrunoMars_Grenade.mp3
DURATION=222
FINGERPRINT=AQADtMmkJUkURZpwwMcBH4eB8_AB_...rQTRgkhDCEASQE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment