安裝
shell> brew install handbrake
HandBrakeCLI - versatile DVD ripper and video transcoder (command line)
shell> mkvpropedit movie.mkv --tags all:
shell> mkvpropedit input.mkv --edit track:s1 --set language=chi
shell> HandBrakeCLI
shell> HandBrakeCLI -i input.mkv -o output.mp4 --preset="High Profile" -s scan -F --subtitle-burned -N chi
shell> HandBrakeCLI -i input.mkv -o output.mp4 --preset="Very Fast 1080p30" -s scan -F --subtitle-burned -N chi
shell> HandBrakeCLI -i input.mkv -o output.mp4 --preset="Fast 1080p30" -s scan -F --subtitle-burned -N chi
shell> HandBrakeCLI -i input.avi -o output.mp4 --preset="iPhone & iPod touch"
shell> HandBrakeCLI --help
shell> HandBrakeCLI --preset-list