Rename HandBrakeCLI.md to handbrakecli.md

So it's sorted by default next to all the other lowercase commands
This commit is contained in:
Romain Prieto
2014-10-02 00:12:19 +10:00
parent e4f86136f6
commit 221eadc336

View File

@@ -0,0 +1,19 @@
# HandBrakeCLI
> Video conversion tool
- Convert a video file to MKV (AAC 160kbit audio and x264 CRF20 video)
`HandBrakeCLI -i {{input.avi}} -o {{output.mkv}} -e x264 -q 20 -B 160`
- Resize a video file to 320x240
`HandBrakeCLI -i {{input.mp4}} -o {{output.mp4} -w 320 -l 240`
- List available presets
`HandBrakeCLI --preset-list`
- Convert an AVI video to MP4 using the Android preset
`HandBrakeCLI --preset="Android" -i {{input.ext}} -o {{output.mp4}}`