Changes between Version 36 and Version 37 of Encode/H.264
- Timestamp:
- Feb 15, 2013, 8:20:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.264
v36 v37 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 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 ===
