Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

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