Sign inSign up

benton/handbrake-cli

By benton

•Updated over 9 years ago

Handbrake video transcoder command-line interface

Image
0

229

benton/handbrake-cli repository overview

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⁠

Tag summary

Content type

Image

Digest

Size

138.5 MB

Last updated

over 9 years ago

docker pull benton/handbrake-cli