Changes between Version 44 and Version 45 of Encode/H.264
- Timestamp:
- Jul 31, 2013, 12:21:03 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.264
v44 v45 92 92 == Overwriting default preset settings == 93 93 94 You can overwrite default preset settings with the `x264opts` option or by using the libx264 private options (see `libx264 AVOptions` in `ffmpeg -h full`). This is not recommended unless you know what you are doing. The presets were created by the x264 developers and tweaking values to get a better output is usually a waste of time.94 You can overwrite default preset settings with the `x264opts` option, the `x264-params` option, or by using the libx264 private options (see `ffmpeg -h encoder=libx264`). This is not recommended unless you know what you are doing. The presets were created by the x264 developers and tweaking values to get a better output is usually a waste of time. 95 95 96 96 Example:
