Skip to content

mont3z/x265

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x265 HEVC Encoder

Read: | Online documentation | Developer wiki
Download: | releases
Interact: | #x265 on freenode.irc.net | [email protected] | Report an issue

x265 is an open source HEVC encoder. See the developer wiki for instructions for downloading and building the source.

x265 is free to use under the GNU GPL and is also available under a commercial license

Modifications

Here the x265 code was modified to support a lowpass subband approximation for the DCT. During performance tests this approximation had a gain of around 10% in performance. Thus allowing encoding time to be reduced at the same rate.

It also produced very small loss for 23 <= Qp =< 25 and minimal loss for Qp > 25, compared to the standard DCT.

Usage

´´´ ./x265 input_file -o output_file --qp 25 --lowpass-dct ´´´

Packages

No packages published

Languages

  • Assembly 51.2%
  • C++ 45.8%
  • C 2.3%
  • Other 0.7%