Skip to content

danbo/docker-handbrake_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image of manual compilation of HandBrakeCLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages