Created
September 6, 2013 19:10
-
-
Save masbog/78f9e080af63162ef901 to your computer and use it in GitHub Desktop.
How to install Chromaprin audio fingerprint at CentOS 64 bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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