Golang server for uploading files and media files processing workflows.
-
MacOs
brew install exiftool
export PATH=$PATH:/usr/local/bin
brew install ffmpeg
-
Linux
cd
gzip -dc Image-ExifTool-12.96.tar.gz | tar -xf -cd Image-ExifTool-12.96
sudo make install
sudo apt install ffmpeg
Go to CONTRIBUTING.md for more instructions.