Changes between Version 39 and Version 40 of x264EncodingGuide
- Timestamp:
- 02/23/2013 06:08:57 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v39 v40 23 23 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 26 You can list all possible internal presets/tunes for your ffmpeg like 27 28 `$ ffmpeg -i some_file -vcodec libx264 -preset help -tune help dummy.avi` 25 29 26 30 === 3. Use your settings ===


