Go v1.18+ (Download here)
Clone the repository and build the binary:
After the build process, the binary is available as core
For more build options, run make help.
If you want to run the binary on a different operating system and/or architecture, you create the appropriate binary by simply setting some environment variables, e.g.
Build the Docker image and run it to try out the API with FFmpeg
The source code is formatted with go fmt
, or run make fmt
. Static analysis of the source code is done with staticcheck
(see staticcheck), or run make lint
.
Before committing changes, you should run make commit
to ensure that the source code is in shape.