Skip to content

Instantly share code, notes, and snippets.

@maphouse
Last active October 26, 2021 18:52
Show Gist options
  • Save maphouse/3790287d33531da0c986bfa61f588e54 to your computer and use it in GitHub Desktop.
Save maphouse/3790287d33531da0c986bfa61f588e54 to your computer and use it in GitHub Desktop.
command line-based keyfinder - setup instructions

command line-based keyfinder - setup instructions

In order to set up the keyfinder command line tool in Ubuntu 20.04

as requested here https://github.com/evanpurkhiser/keyfinder-cli#building,

  • install ffmpeg
  • follow the instructions at https://github.com/mixxxdj/libkeyfinder/ to clone and install libkeyfinder (make sure to install it at root (/) so that it will be detected by keyfinder-cli (note that you can verify the number of CPU cores by typing lscpu, listed under CPU(s))

then you will need to install libav codec related stuff, since ffmpeg doesn't handle it the way keyfinder-cli requires it:

once this is done, head to the keyfinder-cli folder you cloned and follow the remaining instructions listed here: https://github.com/evanpurkhiser/keyfinder-cli#building

Now, keyfinder-cli should work as a command anywhere in your linux command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment