Changes between Version 10 and Version 11 of Encode/H.265
- Timestamp:
- Dec 28, 2017, 11:32:11 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.265
v10 v11 1 1 = FFmpeg and H.265 Encoding Guide = 2 2 3 H.265 (also known as HEVC) can offer 50–75% more compression efficiency compared to H.264 video, while retaining the same visual quality. ffmpeg has support for HEVC encoding using the [http://x265.org/ x265 encoder]. 3 ffmpeg has support for H.265 / HEVC encoding using the [http://x265.org/ x265 encoder]. 4 5 `libx265` can offer around 25–50% bitrate savings compared to H.264 video encoded with `libx264`, while retaining the same visual quality. These gains will be most pronounced at resolutions of 1080p and higher. 4 6 5 7 == Getting ffmpeg with libx265 support == … … 85 87 86 88 * [http://x265.readthedocs.org/en/default/ x265 API documentation] 89 * [https://medium.com/netflix-techblog/a-large-scale-comparison-of-x264-x265-and-libvpx-a-sneak-peek-2e81e88f8b0f Netflix Tech Blog — A Large-Scale Comparison of x264, x265, and libvpx] ([https://www.spiedigitallibrary.org/conference-proceedings-of-spie/9971/997116/A-large-scale-video-codec-comparison-of-x264-x265-and/10.1117/12.2238495.short?SSO=1 link to paper]) 87 90 * P. Hanhart et al., Subjective quality evaluation of the upcoming HEVC video compression standard ([http://infoscience.epfl.ch/record/180494/files/hanhart_SPIE2012_1.pdf PDF])