Changes between Version 6 and Version 7 of Encode/H.265
- Timestamp:
- Jan 17, 2017, 1:45:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.265
v6 v7 34 34 Generally, options are passed to x265 with the `-x265-params` argument. For fine-tuning the encoding process, you can therefore pass any option that is listed in the [http://x265.readthedocs.org/en/default/ x265 documentation]. Keep in mind that fine-tuning any of the options is generally not necessary, unless you absolutely know what you need to change. 35 35 36 === Setting profiles === 37 38 Currently, ffmpeg [https://lists.ffmpeg.org/pipermail/ffmpeg-user/2015-July/027592.html does not support setting profiles] (main, high, ...) via the `profile:v` option, as libx264 does. However, the profile options can be set manually, as shown [http://superuser.com/questions/935930/setting-the-profile-level-for-libx265-using-ffmpeg in this Super User post]. 39 40 41 36 42 == Further Info == 37 43
