A free h265/HEVC encoder

x265 is a free library for encoding next-generation H265/HEVC video streams.

Refresh
Refresh
Source Files
Filename Size Changed Actions
arm.patch 0000003358 3.28 KB over 7 years
baselibs.conf 0000000012 12 Bytes over 5 years
x265-fix_enable512.patch 0000000442 442 Bytes over 5 years
x265.changes 0000030379 29.7 KB over 5 years
x265.pkgconfig.patch 0000000245 245 Bytes over 7 years
x265.spec 0000003548 3.46 KB over 5 years
x265_3.0.tar.gz 0001398519 1.33 MB over 5 years
Revision 31 (latest revision is 41)
enzokiel enzokiel accepted request 4371 over 5 years ago (revision 31)
- Support 10 and 12 bit color depths
- Update to version 3.0
  New features
  * option:: '--dolby-vision-profile <integer|float>' generates
    bitstreams confirming to the specified Dolby Vision profile.
    Currently profile 5, profile 8.1 and profile 8.2 enabled,
    Default 0 (disabled)
  * option:: '--dolby-vision-rpu' File containing Dolby Vision RPU
    metadata. If given, x265's Dolby Vision metadata parser will
    fill the RPU field of input pictures with the metadata read
    from the file. The library will interleave access units with
    RPUs in the bitstream. Default NULL (disabled).
  * option:: '--zonefile <filename>' specifies a text file which
    contains the boundaries of the zones where each of zones are
    configurable.
  * option:: '--qp-adaptation-range' Delta-QP range by QP
    adaptation based on a psycho-visual model. Default 1.0.
  * option:: '--refine-ctu-distortion <0/1>' store/normalize ctu
    distortion in analysis-save/load. Default 0.
  * Experimental feature option:: '--hevc-aq' enables adaptive
    quantization. It scales the quantization step size according
    to the spatial activity of one coding unit relative to frame
    average spatial activity. This AQ method utilizes the minimum
    variance of sub-unit in each coding unit to represent the
    coding unit's spatial complexity.
  Encoder enhancements
  * Preset: change param defaults for veryslow and slower preset.
    Replace slower preset with defaults used in veryslow preset
    and change param defaults in veryslow preset as per
    experimental results.
Comments for x265 0