Handbrake video transcoder command-line interface
229
Example Usage:
infile="~/Movies/Some Sample Movie.avi"
outfile="$(basename $infile .avi).m4v"
docker run --rm -it -v $HOME/movies:/movies benton/handbrake-cli --preset 'AppleTV 3' -o "$outfile" -i "$(basename $infile)"
For full options, see https://handbrake.fr/docs/en/1.0.0/cli/cli-guide.html
Content type
Image
Digest
Size
138.5 MB
Last updated
over 9 years ago
docker pull benton/handbrake-cli