Changes between Version 37 and Version 38 of x264EncodingGuide
- Timestamp:
- 02/15/2013 09:23:34 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v37 v38 24 24 Another optional setting is `-profile:v` which will limit the output to a specific H.264 profile. This can generally be omitted unless the target device only supports a certain profile. Current profiles include: `baseline`, `main`, `high`, `high10`, `high422`, `high444`. Note that usage of `-profile:v` is incompatible with lossless encoding. 25 25 26 You can list all possible presets/tunes for your ffmpeg like26 You can list all possible internal presets/tunes for your ffmpeg like 27 27 28 28 `$ ffmpeg -i some_file -vcodec libx264 -preset help -tune help dummy.avi` 29 30 There are some more external, file based presets that you can also use, as well, see https://github.com/FFmpeg/FFmpeg/tree/master/presets for a list. 31 32 You may also find other presets out there in the wild, for instance [http://rodrigopolo.com/ffmpeg/cheats.html#X264_Presets here]. 29 33 30 34 === 3. Use your settings ===


