Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
xbox [2018/02/20 11:30] beandog created |
xbox [2018/02/20 11:44] (current) beandog |
||
---|---|---|---|
Line 13: | Line 13: | ||
Assuming the playback software is very picky, I wouldn't add chapters. | Assuming the playback software is very picky, I wouldn't add chapters. | ||
+ | |||
+ | With that in mind, here's the simplest HandBrake encoding I'd use: | ||
+ | |||
+ | <code> | ||
+ | HandBrakeCLI -i source.mp4 --optimize --encoder x264 --encoder-profile high --encoder-level 4.1 --detelecine --encoder-preset slow --audio 1 --aencoder fdk_aac -s none --no-markers --cfr --rate 30 --quality 23 --stop-at duration:10 -o title.h264.4.1.slow.aac.nosub.nochap.noart.480p30.q23.mp4 | ||
+ | </code> | ||
+ | |||
+ | And then add tuning for animation or film. |