no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | handbrake [2012/10/23 20:22] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Handbrake ====== | ||
+ | * [[Video Conversion]] | ||
+ | |||
+ | == Encode a video to 480p == | ||
+ | |||
+ | < | ||
+ | handbrake --optimize --encoder x264 --width 852 --height 480 -i input.mp4 -o output.mp4 | ||
+ | </ | ||
+ | |||
+ | === Presets === | ||
+ | |||
+ | Settings marked with an * are different from the [[x264]] default '' | ||
+ | |||
+ | Settings shown in brackets [] are what they will be set to, either by default or another setting. | ||
+ | |||
+ | ^ Setting | ||
+ | | x264 profile | main* | high* | - | baseline* | ||
+ | | no-8x8dct | ||
+ | | b-adapt | ||
+ | | b-pyramid | ||
+ | | bframes | ||
+ | | bitrate | ||
+ | | chroma-qp-offset| 0* | -2 | -2 | -2 | -2 | -2 | -2 | -2 | -2 | -2 | | ||
+ | | crf | 20.0* | 20.0* | 23.0 | 20.0* | -* | 20.0* | 20.0* | 20.0* | 20.0* | 20.0* | | ||
+ | | cqm | [flat]* | ||
+ | | keyint | ||
+ | | level | - | - | - | - | 3* | 2.2* | 3* | 3* | 3* | 3* | | ||
+ | | me | hex | hex | hex | umh* | umh* | umh* | hex | hex | umh* | hex | | ||
+ | | min-keyint | ||
+ | | nal-hrd | ||
+ | | no-cabac | ||
+ | | no-fast-pskip| - | - | - | [+]* | [+]* | [+]* | - | - | - | - | | ||
+ | | no-mixed-refs| +* | - | - | - | - | - | - | - | - | - | | ||
+ | | no-weightb | ||
+ | | qpmax | 69 | 51* | 69 | 69 | 69 | 69 | 69 | 69 | 69 | 69 | | ||
+ | | qpmin | 3* | 3* | 0 | 3* | 3* | 3* | 3* | 3* | 3* | 3* | | ||
+ | | rc-lookahead | 10* | 50* | 40 | 40 | 40 | 40 | 40 | 40 | 40 | 40 | | ||
+ | | ref | 1* | 3 | 3 | 2* | 1* | 2* | 3 | 3 | 3 | 3 | | ||
+ | | subme | 2* | 7 | 7 | 6* | 6* | 6* | 7 | 7 | 7 | 7 | | ||
+ | | trellis | ||
+ | | vbv-bufsize | ||
+ | | vbv-maxrate | ||
+ | | weightp | ||
+ |