Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 579 Bytes

docker-handbrake_cli

Docker image of manual compilation of HandBrakeCLI

Build

docker build -t danbo/handbrake -f Dockerfile .
Note

To add fdk_aac support, add --enable-fdk-aac to the configure line.

Verify

docker run --rm danbo/handbrake /usr/local/bin/HandBrakeCLI --version

Help

docker run --rm danbo/handbrake /usr/local/bin/HandBrakeCLI --help

Run

encode.sh /full/path/to/input.file /full/path/to/output.file
Note

Encode log is produced beside the output file: /full/path/to/output.file.log