A free h265/HEVC encoder
x265 is a free library for encoding next-generation H265/HEVC video streams.
- Developed at Staging
- 4 derived packages
Refresh
Refresh
Source Files
| Filename | Size | Changed | Actions |
|---|---|---|---|
| arm.patch | 0000003358 3.28 KB | almost 9 years | |
| baselibs.conf | 0000000012 12 Bytes | about 6 years | |
| x265-fix_enable512.patch | 0000000442 442 Bytes | almost 7 years | |
| x265.changes | 0000036656 35.8 KB | over 5 years | |
| x265.pkgconfig.patch | 0000000245 245 Bytes | almost 9 years | |
| x265.spec | 0000004188 4.09 KB | over 5 years | |
| x265_3.3.tar.gz | 0001438685 1.37 MB | over 5 years |
Revision 38 (latest revision is 47)
- Update to version 3.3
New features:
* Adaptive frame duplication** to identify and skip encoding
of near-identical frames and signal the duplication info to the
decoder via pic_struct SEI. :option:`frame-dup` to enable frame
duplication and :option:`--dup-threshold` to set the threshold
for frame similarity (optional).
* Boundary aware quantization** to cut off bits from frames
following scene-cut. This leverages the inability of HVS to
perceive fine details during scene changes and saves bits.
:option:`--scenecut-aware-qp` , :option:`--scenecut-window` and
:option:`--max-qp-delta` to enable boundary aware frame
quantization, to set window size (optional) and to set QP offset
(optional).
* Improved scene-cut detection** using edge and chroma
histograms. :option:`--hist-scenecut` to enable the feature and
:option:`--hist-threshold` (optional) to provide threshold for
determining scene cuts.
Enhancements to existing features:
* :option:`--hme-range` to modify search range for HME levels
L0, L1, and L2.
* Improved performance of AQ mode 4 by reducing memory foot
print.
* Introduced :option:`--analysis-save-reuse-level` and
:option:`--analysis-load-reuse-level` to de-couple reuse levels
of :option:`--analysis-save` and :option:`--analysis-load`.
Turnaround time of ABR encoding can be reduced by properly
leveraging these options.
Encoder enhancements:
* Improved VBV lookahead to eliminate blocky artifacts in
Comments for x265 0