Docker image of manual compilation of HandBrakeCLI
docker build -t danbo/handbrake -f Dockerfile .
To add fdk_aac support, add --enable-fdk-aac to the configure line.
docker run --rm danbo/handbrake /usr/local/bin/HandBrakeCLI --version
docker run --rm danbo/handbrake /usr/local/bin/HandBrakeCLI --help
encode.sh /full/path/to/input.file /full/path/to/output.file
Encode log is produced beside the output file: /full/path/to/output.file.log