Fact-checked by Grok 2 weeks ago

x265

x265 is an open-source video encoder library implementing the (HEVC, also known as H.265) standard, designed to compress video into efficient bitstreams with superior quality and reduced file sizes compared to previous standards like H.264/AVC. Developed by MulticoreWare and launched in , it builds on the foundations of the project while incorporating advanced HEVC features such as support for resolutions up to 8K UHD (8192x4320 pixels), offering up to twice the compression efficiency of H.264 for equivalent quality. Licensed under the GNU GPLv2 for open-source use or available commercially, x265 is widely integrated into applications like FFmpeg and , serving industries including broadcast, streaming, and consumer devices. The project emphasizes performance optimization across diverse hardware platforms, with ongoing contributions from MulticoreWare, corporate partners like Telestream, and the broader open-source community, resulting in regular updates that enhance encoding speed—up to 50% faster as of version 4.0—and features like advanced rate control and synthesis. The latest stable version is 4.1 (November 2024). As the leading open-source HEVC encoder globally, x265 has become the choice for high-quality video compression, powering everything from web video delivery to professional encoding workflows.

Introduction

Overview

x265 is an library for encoding video streams using the (HEVC, also known as H.265) standard, which provides approximately double the data compression ratio at the same level of video quality compared to the previous H.264/MPEG-4 AVC standard. Developed primarily by MulticoreWare, Inc., it was first released in as a successor to the popular AVC encoder, with the goal of achieving the highest compression efficiency and performance across diverse hardware platforms, including support for resolutions up to 8K Ultra High Definition (8192x4320 pixels). The project emerged in response to the increasing demand for efficient video compression amid the rise of high-definition and ultra-high-definition content, enabling better bandwidth utilization for streaming, broadcasting, and storage applications. x265 is licensed under the GNU General Public License version 2 (GPLv2), making it freely available for open-source use, while commercial licensing options are provided for proprietary integrations. It has been adopted widely in tools such as FFmpeg and VLC media player, and receives contributions from developers at companies including Telestream and Doremi Labs. Key technical strengths of x265 include advanced , intra-prediction modes, and optimized for on multi-core CPUs, contributing to its reputation as a leading HEVC encoder. Ongoing enhancements, such as integrations for screen content coding extensions, continue to improve its efficiency for modern use cases like remote desktop and gaming video.

Licensing

x265 is distributed under the GNU General Public License version 2 (GPLv2), a that permits free use, study, modification, and redistribution of the source code, provided that any derivative works are also released under GPLv2 and the source code remains available to users. This open-source model facilitates widespread adoption in non-commercial and open projects, with the software hosted on for public access. For commercial applications where GPL compliance—such as disclosing source code in integrated products—is undesirable, MulticoreWare provides commercial licenses. These licenses exempt users from GPLv2 obligations, offer technical support, and allow priority input on feature development and bug fixes, with terms available upon inquiry to [email protected]. Importantly, the x265 software licenses address only the copyright of the codebase and do not grant rights to patents essential for implementing the HEVC (H.265) standard. Users encoding or decoding HEVC video with x265 must independently secure licenses from patent pools like HEVC Advance and Via Licensing Alliance to ensure compliance with requirements.

Development

History

The x265 project was launched by MulticoreWare in as an open-source initiative to develop a high-performance encoder for the (HEVC/H.265) standard, which promised approximately 50% better compression efficiency than its predecessor H.264/AVC while supporting resolutions up to 8K. The effort built directly on the codebase and optimization techniques from the encoder, adapting them to leverage HEVC's advanced tools such as larger coding tree units and improved . Telestream co-founded the project, providing financial sponsorship and technical guidance from x264 lead developer Jason Garrett-Glaser to ensure compatibility with professional workflows and focus on multi-core CPU efficiency. Development commenced in early 2013, shortly after HEVC's finalization by the Joint Collaborative Team on Video Coding (JCT-VC) in April, with the initial source code made publicly available under the GNU GPLv2 license on July 23, coinciding with the project's formal announcement. This release included a command-line application and library, enabling early adopters in open-source tools like FFmpeg and to experiment with HEVC encoding. The first stable release, version 1.0, arrived in May 2014, introducing core HEVC compliance for Main profile and basic rate control options, achieving encoding speeds of 10-30 frames per second for content on eight-core systems. Subsequent versions rapidly expanded capabilities: version 1.6 ( 2015) introduced lookahead slices and SMPTE ST 2086 support for , while version 1.8 (August 2015) optimized for resolutions with enhanced . By version 2.0 in July 2016, x265 supported Ultra-HD Blu-ray specifications, including 10-bit color and , marking its maturation for consumer and broadcast applications. Further milestones included version 2.9 (October 2018), which integrated HDR10+ dynamic metadata for adaptive tone mapping, and version 3.0 (January 2019), adding Dolby Vision profile support to enable premium streaming workflows. Version 3.4 (May 2020) introduced edge-aware quadtree partitioning and ARM64 optimizations, improving efficiency by up to 15% on mobile devices. In recent years, development has emphasized integration with emerging ecosystems; version 4.0 (September 2024) added alpha channel encoding and screen content coding tools, while version 4.1 (November 2024) incorporated AOM film-grain SEI messages for noise preservation in high-quality encodes. Throughout its evolution, x265 has remained commercially supported by MulticoreWare, with contributions from industry partners ensuring ongoing compliance with HEVC extensions and hardware accelerations.

Key Milestones

Development of x265, an open-source encoder for the (HEVC/H.265) standard, began in March 2013 under the leadership of MulticoreWare, building on the architecture of the project. The source code was first made publicly available on July 23, 2013, marking the project's initial release and enabling community contributions. By February 2014, x265 had been integrated into major multimedia frameworks such as FFmpeg and , facilitating its adoption in broader ecosystems. The first full version, 1.0, was released in May 2014, introducing core HEVC encoding capabilities including support for 8-bit and 10-bit profiles. Subsequent early releases focused on performance optimizations; for instance, version 1.5 in February 2015 added configurable minimum coding unit (CU) sizes and PredictionUnit structures for improved partitioning efficiency, while version 1.6 in April 2015 introduced lookahead slices and API versioning via x265_api_get(). Version 1.8, released on August 10, 2015, represented a significant advancement with Main12 profile support for 12-bit encoding, enhanced scene cut detection, and adaptive quantization mode 3, alongside optimizations for faster processing on modern CPUs. The version 2.0 arrived on July 13, 2016, adding Ultra-HD Blu-ray compliance, recursive skip (rskip) for rate-distortion optimization, grain tuning options, and support to broaden compatibility. Later milestones emphasized advanced features and efficiency. Version 3.0, released January 23, 2019, introduced profile support, zone-based rate control via zonefile, and QP adaptation ranges, with default shifts to auto-variance adaptive quantization for better perceptual quality. Version 3.4 in May 2020 added edge-aware quadtree partitioning and automated average bitrate (ABR) ladder generation for streaming workflows. In recent years, x265 has expanded to emerging use cases. 4.0, released September 13, 2024, incorporated alpha channel encoding, Screen Content (SCC) extensions for improved handling of text and , and multiview HEVC (MV-HEVC) support, achieving up to 57% faster encoding on ARM-based systems via SIMD optimizations. 4.1 followed on November 22, 2024, with (AOM) film-grain SEI messages for synthesis compatibility and frame-level rate control refinements, yielding approximately 0.9% performance gains on contemporary CPUs. These updates underscore x265's ongoing evolution to meet demands for high-dynamic-range, immersive, and efficient video encoding.

Technical Features

Encoding Capabilities

x265 serves as a comprehensive implementation of the (HEVC/H.265) standard, enabling the encoding of video streams into bitstreams that achieve superior compression efficiency compared to prior standards like H.264/AVC. It supports a wide array of HEVC profiles, including Main (8-bit ), Main10 (10-bit ), Main12 (12-bit ), Main444-8 (8-bit ), Main444-10 (10-bit ), Main444-12 (12-bit ), Main Intra, and Main Still Picture, allowing for flexible adaptation to different content types and quality requirements. These profiles facilitate encoding for applications ranging from standard (SDR) video to (HDR) content, with explicit support for through Supplemental Enhancement Information (SEI) metadata insertion. At its core, x265 employs HEVC's hybrid coding framework, which integrates spatial (intra) and temporal (inter) prediction to minimize redundancy. Intra prediction utilizes up to 35 modes, including planar, DC, and angular directions, with optional boundary smoothing to enhance accuracy for smooth regions, while constrained intra prediction restricts references to intra-coded samples for error resilience. Inter prediction supports advanced motion vector prediction (AMVP) and merge modes, accommodating up to 16 reference frames per list, with the total number of unique reference pictures limited by the decoded picture buffer (DPB) size, which reaches a maximum of 16 according to the HEVC specification for higher levels, bidirectional pyramid structures for B-frames, and weighted prediction for fade transitions. This enables efficient handling of complex motion and scene changes in sequences up to (8192×4320), with coding unit (CU) sizes ranging from 64×64 down to 8×8 pixels for adaptive partitioning. Transform and quantization processes in x265 leverage HEVC's discrete sine transform (DST) for 4×4 intra luma blocks and discrete cosine transform (DCT) for larger blocks (up to 32×32), with configurable depths from 1 to 4 per CU to balance detail preservation and compression. Transform skip is available for 4×4 blocks to preserve high-frequency details in or noise-heavy . Quantization is rate-distortion optimized, supporting both uniform and trellis-based methods, with scalability options like temporal layers for . Loop filtering enhances reconstructed frame quality through deblocking and Sample Adaptive Offset (SAO) tools, with deblocking offsets adjustable from -6 to 6 for luma and chroma to reduce blocking artifacts, and SAO applied selectively per slice type (I/P/B) for edge offset and band offset modes. x265 also accommodates diverse input formats, including raw YUV and Y4MPEG2, across bit depths of 8 to 16 bits and chroma subsamplings from 4:0:0 (monochrome) to 4:4:4 (full color), ensuring compatibility with professional workflows. Advanced features include slice-based tiling for parallel processing, lossless encoding mode for bit-exact reconstruction, and UHD Blu-ray compliance, making it suitable for broadcast, streaming, and archival applications.

Optimization Techniques

x265 employs a range of optimization techniques to balance encoding speed, compression efficiency, and resource utilization, leveraging both algorithmic refinements and -specific accelerations. These techniques are configurable via command-line and underlying implementation choices, enabling users to tailor performance for diverse and use cases. Central to x265's is its use of HEVC's flexible tools, optimized through extensive hand-tuned code to minimize computational overhead while maximizing quality. One primary optimization mechanism is the preset system, which provides ten predefined levels—from ultrafast to —that systematically tune key encoding parameters to trade off speed against . For instance, faster presets like ultrafast reduce coding tree unit (CTU) size to 32, limit reference frames to one, and disable advanced (subme=0), achieving higher frames-per-second () at the cost of larger bitrates. Slower presets, such as veryslow, increase reference frames to five, extend rate-control lookahead to 40 frames, and elevate rate-distortion () optimization levels to 6, yielding up to 10-20% better but requiring significantly more processing time. The medium preset serves as the default, striking a balance with three reference frames and level 3. These presets adjust over 20 parameters, including b-frames, merge candidates, and loop filters, allowing consistent performance scaling across hardware. Quantitative benchmarks show that shifting from ultrafast to placebo can improve bitrate by 30-50% while reducing speed by orders of magnitude, depending on and . To exploit modern CPU architectures, x265 incorporates extensive Single Instruction, Multiple Data (SIMD) optimizations, implemented via handwritten assembly and intrinsics for instruction sets like SSE4, AVX2, and AVX-512 on x86, as well as NEON and SVE on ARM. These target compute-intensive modules such as discrete cosine transform (DCT/iDCT), quantization, sample adaptive offset (SAO), deblocking filters, and block operations, where parallel vector processing reduces cycle counts by processing multiple pixels or coefficients simultaneously. For example, AVX-512 optimizations align buffers to 64 bytes and accelerate over 1,000 kernels, delivering average cycle reductions of 33% for 8-bit main profile and 40% for 10-bit main10 profile compared to AVX2 baselines. On Intel Xeon Platinum processors, this translates to up to 20% FPS gains for 4K 10-bit veryslow encodes, particularly beneficial for high-quality HDR content. Similarly, ARM SVE implementations have boosted performance in key functions by 15-25% on Graviton4 instances, enhancing scalability for cloud-based encoding. These SIMD enhancements prioritize high compute-to-memory ratio operations, ensuring portability while achieving near-peak vector utilization. Parallel processing forms another cornerstone, with x265 implementing HEVC's Wavefront Parallel Processing (WPP) to enable concurrent encoding of CTU rows across multiple threads, provided each row lags by at most two CTUs to maintain dependency. WPP, enabled by default in slice-based threading modes, scales near-linearly with core count for high-resolution content, offering up to 7x speedup on multi-core systems compared to single-threaded operation, though it may introduce minor bitrate overhead (1-2%) due to entropy synchronization. Complementary techniques include -level threading for frame encoding and lookahead threading, which parallelizes and rate-distortion decisions over 20-60 frames, improving bitrate allocation accuracy without sequential bottlenecks. Slice-parallel mode further divides frames into slices for low-latency applications, boosting throughput by 2-4x on systems with 8+ cores while preserving quality. These multi-threading optimizations, combined with SIMD, allow x265 to achieve encoding on consumer hardware under tuned presets. Additional algorithmic optimizations enhance efficiency in specific domains, such as motion-compensated spatio-temporal filtering (MCSTF) for noise reduction and histogram-based scene change detection to adapt quantization dynamically, reducing artifacts in complex scenes by 5-10% PSNR. For specialized content, extensions like Screen Content Coding (SCC) incorporate palette mode and intra-block copy, optimized to cut bitrates by 20-50% for graphics-heavy video compared to standard HEVC tools. These techniques, integrated into recent releases, underscore x265's evolution toward hardware-agnostic, high-performance encoding.

Performance Evaluation

Quality Metrics

x265 employs objective quality metrics to evaluate encoding performance, primarily focusing on (PSNR) and structural similarity index (SSIM), which are integrated into its for direct computation during encoding. PSNR quantifies the average difference between original and reconstructed pixel values in decibels, where higher values indicate better fidelity, while SSIM assesses perceived structural changes by comparing , , and , yielding scores from 0 to 1 with 1 representing perfect similarity. These metrics can be enabled via the --psnr and --ssim options, respectively, allowing users to log frame-level and overall statistics for analysis. To optimize for these metrics, x265 provides tuning presets such as --tune psnr and --tune ssim, which disable psycho-visual optimizations—like adaptive quantization and dead-zone adjustments—that enhance subjective but may degrade scores. This approach ensures accurate measurement for research and benchmarking, though it may not reflect real-world perceptual preferences. Video multimodal assessment fusion (VMAF), a perceptual developed by combining multiple models for human visual system alignment (scored 0-100), is not natively computed by x265 but is widely used in external evaluations to assess its output. In performance evaluations against the HEVC reference encoder , x265 demonstrates strong , often achieving bit-rate savings while maintaining comparable . For instance, in a 2014 study on sequences using QP values of 28, 32, 36, and 40, x265 with the medium preset yielded an average BD-rate reduction of 3.21% relative to HM, indicating better bitrate at equivalent PSNR levels across most test clips, though some sequences like Tall_Buildings showed up to 58.91% bitrate increase due to content complexity. A 2020 comprehensive comparison reported that x265 in placebo preset incurred a 19% BD-rate loss versus HM under maximum coding settings, highlighting a for faster encoding speeds; PSNR was used as the anchor metric for these calculations, with SSIM showing similar trends. Perceptual benchmarks further underscore x265's quality. In a 2017 analysis of HEVC encoders for streaming, x265 at medium preset achieved 99.13% VMAF score on 1080p content, rising to 100% at slow preset, positioning it on par with commercial alternatives like MainConcept while prioritizing efficiency. These results emphasize x265's balance of objective fidelity and perceptual quality, making it suitable for applications from archiving to broadcast, though metric choice influences perceived outcomes—VMAF correlates better with subjective ratings than PSNR or SSIM for complex scenes. As of 2024, x265 version 3.6 includes optimizations that maintain efficiency close to HM but show 20-40% higher bitrates compared to AV1 in recent benchmarks.

Efficiency Comparisons

x265, as an implementation of the HEVC standard, demonstrates significantly higher compression efficiency compared to , the leading AVC/H.264 encoder. Evaluations across large-scale datasets show that x265 can achieve up to 50% bitrate savings over while maintaining equivalent video quality, particularly at higher resolutions such as and . This improvement stems from HEVC's advanced tools like larger coding tree units and enhanced , allowing for more effective data reduction in complex scenes. For instance, in a study of 5000 clips at various resolutions, x265 consistently outperformed across metrics including VMAF and SSIM, with the gap widening for high-motion content. Within HEVC implementations, x265 offers comparable to or slightly superior to the reference software , but with substantially improved encoding speed. In 4K sequence tests using BD-rate metrics (average bitrate increase relative to ), x265 at medium preset achieved a -3.21% savings, indicating better , while ultrafast and faster presets showed +35.94% and +10.61% overheads, respectively, trading some for speed. Encoding speeds for x265 medium reached 0.12 on 4K content, far exceeding 's slower reference , enabling practical use in production workflows. Against on the same 4K tests, x265 required 74% less bitrate on average for equivalent quality. Computational efficiency comparisons highlight x265's optimizations for multi-core systems, balancing and speed better than the HM reference. In constant mode on sequences, HM provided marginally superior PSNR but x265 closed the gap in target bitrate scenarios, with runtimes significantly lower due to . Relative to newer codecs like AV1's libaom, x265 maintains strong HEVC-level efficiency but incurs higher bitrates (around 30-50% more) for equivalent , though it encodes faster. These trade-offs make x265 a for HEVC deployment in streaming and archiving. As of 2024, recent studies confirm x265's BD-rate performance remains within 5% of HM for optimized presets.
PresetBD-Rate vs. (4K, %)Encoding Speed (, fps)Bitrate Savings vs. (%)
Ultrafast+35.941.28~50
Faster+10.61N/A~50
Medium-3.210.12~74

Usage and Integration

Command-Line Usage

x265 is invoked from the command line as a standalone , typically named x265, which processes input video files to produce HEVC-encoded output. The basic syntax accepts input and output filenames as positional arguments or via explicit options, allowing users to encode raw , Y4M, or other supported formats into an HEVC . For instance, a simple command might read from stdin or a file and write to a specified output, with options modifying the encoding behavior. Input specification uses --input <filename> for the source video, supporting formats like Y4M for easy piping or raw YUV with additional parameters for and , such as --input-res <widthxheight> and --input-csp <csp>. Output is directed via -o <filename> or --output <filename>, producing a raw HEVC by default, which can be muxed into containers like MP4 using external tools. Frame rate is set with --fps <value>, accepting integers, floats, or fractions like 30000/1001 for precise timing. Bit depth for input and output is configurable via --input-depth (8-16 bits) and --output-depth (8, 10, or 12 bits), enabling high-dynamic-range encoding. Encoding presets balance speed and quality, selected with --preset <string>, ranging from ultrafast for rapid encoding with lower compression to placebo for exhaustive optimization at high computational cost; the default is medium. Tuning options via --tune <string> adapt the encoder for specific content, such as psnr for peak signal-to-noise ratio maximization, ssim for structural similarity, grain for film grain preservation, or zero-latency for live streaming. Rate control modes include constant rate factor (CRF) with --crf <0-51> (default 28) for quality-based encoding, average bitrate targeting via --bitrate <kbps>, or two-pass mode for precise bitrate adherence. Video buffering verifier constraints are enforced using --vbv-maxrate <kbps> and --vbv-bufsize <kbits> to ensure playback compatibility. Advanced parameters allow , such as --bframes <integer> (default 4) to B-frame usage for improved , or --ref <1-16> to reference frames per slice (default 3). is enabled by default with parallel processing (--wpp), and thread count can be adjusted via --frame-threads <0-16> or --pools for multi-socket systems. is managed with --log-level <0-4> for verbosity from errors to full details, and CSV output via --csv <filename> tracks metrics like bitrate and PSNR per frame. For debugging, --recon <filename> generates reconstructed Y4M files, and --hash <0-2> appends , , or values to the for . An example command for high-quality encoding is:
x265 --input input.y4m --output output.hevc --preset slow --crf 23 --tune psnr
This uses a slow preset with 23 targeting good visual quality while optimizing for PSNR. For ABR ladder generation in streaming workflows, --abr-ladder <configfile> applies multiple passes with varying bitrates from a predefined file. Additionally, --svt invokes the SVT-HEVC backend for alternative scalability, tuned via --svt-preset-tuner <0-1>. Help and version information are accessible with --help and --version, respectively, listing all options parsed via for flexible short/long form usage.

Library API

The x265 library provides a application programming interface () designed for integrating HEVC encoding capabilities into software applications, ensuring wide portability despite the underlying implementation in C++ and x86 . This API allows developers to configure encoding parameters, process input , and generate H.265 bitstreams programmatically, supporting features like multi-threading and preset optimizations. Key structures in the API include x265_param, which encapsulates encoder configuration options such as presets (e.g., "ultrafast" to ""), tuning profiles (e.g., for or ), , bitrate control, and profile settings like Main or Main10 for 8-bit or 10-bit encoding. The x265_picture structure manages input and output picture data, including pointers to YUV plane buffers, presentation timestamps (PTS), and properties like . The x265_encoder is an opaque handle representing the initialized encoder instance, used for the core encoding operations. Initialization begins with allocating and configuring parameters using functions like x265_param_alloc() to create an x265_param instance, followed by x265_param_default_preset() to apply a speed preset and optional tune, and x265_param_parse() to set specific options via string inputs (e.g., "crf=23" for constant rate factor mode). The encoder is then opened with x265_encoder_open(), which validates parameters and returns a or on failure. For picture handling, x265_picture_alloc() and x265_picture_init() prepare input frames aligned to the encoder's requirements, while x265_picture_free() releases them. The encoding process involves calling x265_encoder_encode() in a loop, passing input pictures and receiving output NAL units ( packets) containing encoded slices, along with an indication of remaining buffered frames. and picture headers can be retrieved separately via x265_encoder_headers() before the main loop. Upon completion, x265_encoder_close() flushes any remaining output and frees resources, with x265_param_free() cleaning up the parameter structure. Logging and statistics are accessible through x265_encoder_log() for CSV output of frame-level metrics and x265_encoder_get_stats() for aggregate data like bitrate and frame count. A basic encoding workflow in C might look like this:
c
#include <x265.h>

x265_param *param = x265_param_alloc();
x265_param_default_preset(param, "medium", "film");
param->sourceWidth = 1920;
param->sourceHeight = 1080;
param->internalCsp = X265_CSP_I420;
x265_param_apply_profile(param, "main");

x265_encoder *encoder = x265_encoder_open(param);
x265_picture *pic_in = x265_picture_alloc();
x265_picture_init(param, pic_in);

x265_nal *nal;
uint32_t i_nals;
int frame = 0;

// Example loop for input frames
while (read_frame(pic_in, frame)) {
    pic_in->pts = frame;
    int ret = x265_encoder_encode(encoder, &nal, &i_nals, pic_in, NULL);
    if (ret < 0) break;
    // Write NAL units to bitstream
    for (uint32_t i = 0; i < i_nals; i++) {
        // Process nal[i].payload
    }
    frame++;
}

// Flush encoder
x265_encoder_encode(encoder, &nal, &i_nals, NULL, NULL);

x265_encoder_close(encoder);
x265_picture_free(pic_in);
x265_param_free(param);
This supports runtime queries like x265_api_query() for checking supported bit depths (8 or 10, depending on compile-time configuration via x265_max_bit_depth), enabling flexible integration across platforms.

Adoption

Open-Source Applications

x265, as an open-source HEVC encoder , has been integrated into various free and open-source applications, enabling efficient video encoding in H.265 for tasks like , streaming, and playback conversion. These integrations leverage x265's high compression efficiency, allowing users to produce smaller file sizes while maintaining visual quality compared to H.264-based alternatives. FFmpeg, a widely used framework, incorporates libx265 as its primary software encoder for HEVC, supporting features like constant rate factor () modes for quality-controlled encoding and two-pass optimization for bitrate efficiency. This integration makes FFmpeg a foundational tool for developers and users scripting pipelines, such as batch or live streaming preparation. , an open-source video transcoder, utilizes x265 for H.265 encoding in its graphical interface, offering presets that balance speed and quality for consumer workflows like ripping DVDs or compressing large media libraries. It supports advanced x265 parameters, including 10-bit and hardware-assisted preprocessing, making it popular for high-definition and content creation. VLC Media Player, developed by VideoLAN, embeds x265 through its FFmpeg-based backend for on-the-fly encoding during streaming or file conversion, facilitating real-time without additional software. This capability extends VLC's role beyond playback to include basic encoding tasks, such as converting media for compatibility across devices. Avidemux, a , supports x265 encoding for simple cutting, filtering, and remuxing operations, with options for custom presets to optimize for file size in scenarios. Its allows users to process HEVC streams directly, preserving quality in workflows involving subtitle embedding or format adjustments. Shutter Encoder, a user-friendly converter built on FFmpeg, provides a dedicated H.265 mode using libx265, emphasizing with options for faster throughput in professional environments. This makes it suitable for converting sequences or videos to HEVC while supporting advanced features like alpha channel preservation.

Commercial Products

x265, developed by MulticoreWare, is available under a that allows integration into products without the restrictions of the GPLv2 open-source terms. This licensing model has enabled several applications to leverage x265 for high-efficiency HEVC encoding, particularly in professional video workflows requiring superior compression and quality. IN2CORE's QTAKE, a professional software for on-set capture, editing, and , incorporates x265 in its STREAM module as of 2025. This integration supports high-bit-depth HEVC encoding with low bitrate and latency, facilitating live video transmission for remote grading and monitoring. QTAKE's use of x265 enhances its modular architecture, allowing filmmakers to process multi-camera feeds with minimal . Telestream's Vantage platform, a system for media processing, embeds x265 for HEVC in products like Vantage Transcode IPTV VOD and Multiscreen as of 2025 (version 8.2). This allows for high-quality H.265 encoding that reduces bitrates while maintaining video fidelity, supporting adaptive streaming and encryption. Vantage's integration of x265 facilitates scalable encoding for multiscreen delivery and IPTV applications.

References

  1. [1]
    x265 – Leading Open-Source HEVC video encoder application ...
    x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.
  2. [2]
    Introduction — x265 documentation
    ### Summary of x265 Introduction
  3. [3]
    Release Notes — x265 documentation
    Release Notes: Version 4.1, Release date - 22nd November, 2024. New feature, API changes, Optimizations, Bug fixes, Known issues.
  4. [4]
    Enhancing x265 with HEVC Screen Content Coding - MulticoreWare
    Apr 23, 2025 · Screen Content Coding (SCC) is an advanced extension of the HEVC (H.265) video compression standard, specifically designed to improve efficiency ...
  5. [5]
    Introduction — x265 documentation - Read the Docs
    The x265 software is available for free under the GNU GPL 2 license, from https://bitbucket.org/multicoreware/x265_git. For commercial companies that wish to ...
  6. [6]
  7. [7]
    License x265 and UHDcode
    The x265 HEVC encoding library and UHDcode HEVC decoding libraries are available to commercial companies who need HEVC encoding or decoding for their products ...
  8. [8]
    HEVC Advance
    The HEVC Advance Patent Pool licenses patents essential to the HEVC Standard. The license terms and conditions are Fair, Reasonable, and Non-Discriminatory.Missing: x265 | Show results with:x265
  9. [9]
    HEVC - ViaLa - Via Licensing
    Via LA's HEVC Patent Portfolio License provides access to essential patent rights for the HEVC digital video coding standard.Missing: x265 | Show results with:x265
  10. [10]
    Telestream Helps Launch Open Source x265/HEVC Project
    This week, Telestream announced the availability of an open source H.265 (HEVC) encoder, co-founded and managed by MulticoreWare Inc. I had ...
  11. [11]
    Decoding the Future: x264 vs. x265 - Cloudinary
    May 2, 2025 · The development of x265 began in March 2013 by building on the source code from x264, an open-source video encoder for the predecessor MPEG ...
  12. [12]
    Release Notes — x265 documentation - Read the Docs
    May 29, 2020 · Release Notes: Version 3.4, Release date - 29th May, 2020. New features, Enhancements to existing features, Encoder enhancements, Bug fixes.Missing: milestones | Show results with:milestones
  13. [13]
    x265 Encoder Version History - VideoHelp
    Version 4.1 Release date - 22nd November, 2024. New feature Aom Film-Grain characteristics as a SEI message to support Film Grain Synthesis.
  14. [14]
    Command Line Options - x265 Documentation - Read the Docs
    Note that x265 allows up to 16 L0 references but the HEVC specification only allows a maximum of 8 total reference frames. So if you have B frames enabled only ...
  15. [15]
    Preset Options - x265 Documentation - Read the Docs
    x265 has ten predefined --preset options that optimize the trade-off between encoding speed (encoded frames per second) and compression efficiency.Missing: capabilities | Show results with:capabilities<|separator|>
  16. [16]
    [PDF] Accelerating x265 with Intel® Advanced Vector Extensions 512
    Jun 2, 2017 · This whitepaper presents a case study based on our experience using the Intel AVX-512 SIMD instructions to accelerate the compute intensive ...
  17. [17]
    Multicoreware Achieves 18% Performance Boost on the x265 Video ...
    MulticoreWare achieves 18% performance boost on the x265 video codec with Intel® AVX-512 Instructions for high quality encoding of 4K HDR content.
  18. [18]
    [PDF] Optimization of x265 encoder using ARM SVE
    We optimized several heavily used functions in x265, an open source implementation of H.265/HEVC, using SVE instructions. The result showed that our ...
  19. [19]
    MulticoreWare collaborates with Arm to optimize and advance x265 ...
    Sep 17, 2024 · By harnessing the Neon and SVE/SVE2 instruction sets from Arm, the x265 video codec has been optimized to deliver notable frames per second (FPS) ...
  20. [20]
    x265 Documentation - Read the Docs
    x265 Documentation¶ · Version 3.4 · Version 3.3 · Version 3.2 · Version 3.1 · Version 3.0 · Version 2.9 · Version 2.8 · Version 2.7 ...
  21. [21]
    x265 and WPP: What's Fast Isn't Always Efficient
    May 6, 2025 · Enabling Wavefront Parallel Processing (WPP) looks like a no-brainer. Table 1 shows a staggering 7.3x improvement in encoding time.
  22. [22]
    Redefining Video Encoding with the x265 HEVC encoder
    Jul 27, 2023 · The x265 encoder, known for its compliance with the H.265/MPEG-HEVC video coding standard, has gained popularity among open-source frameworks, broadcast, and ...
  23. [23]
    [PDF] Performance Evaluation of H.265/MPEG-HEVC Encoders for 4K ...
    The experimental results show DivX265 provides average bit-rate savings of 4.79% relative to HM while x265 with default preset achieves an average reduction of ...
  24. [24]
    [PDF] A Comprehensive Video Codec Comparison - Now Publishers
    In this paper, we compare the video codecs AV1 (version 1.0.0-2242 from August 2019), HEVC (HM and x265), AVC (x264), the exploration software JEM which is ...
  25. [25]
    [PDF] HEVC: RATING THE CONTENDERS - Streaming Learning Center
    x265 has never been, and never will be “tuned” for optimal psnr or ssim scores.” • Tom Vaughan, VP and GM, MulticoreWare (developer of x265). • So, tuned for ...Missing: evaluation | Show results with:evaluation
  26. [26]
  27. [27]
    [PDF] Performance Comparison of HEVC Reference SW, x265 and VPX ...
    This paper presents a study comparing the coding efficiency performance of three software codecs: (a) the HEVC Main. Profile Reference Software; (b) the ...Missing: benchmarks | Show results with:benchmarks
  28. [28]
    Performance Assessment of AV1, x265 and VVenC Open-Source ...
    Jun 16, 2023 · The 1st version of the VVC standard (i.e. VVC v1) was officially finalized during the 19th JVET meeting, which took place between June 22 and ...<|control11|><|separator|>
  29. [29]
    Application Programming Interface — x265 documentation
    x265 will accept input pixels of any depth between 8 and 16 bits regardless of the depth of its internal pixels (8 or 10). It will shift and mask input pixels ...Missing: capabilities | Show results with:capabilities
  30. [30]
    Encode/H.265 - FFmpeg Wiki
    Apr 18, 2024 · This guide focuses on the encoder libx265 which can offer around 25–50% bitrate savings compared to H.264 video encoded with libx264, while retaining the same ...
  31. [31]
    FFmpeg
    A new major release, FFmpeg 8.0 "Huffman", is now available for download. Thanks to several delays, and modernization of our entire infrastructure, this release ...Download FFmpeg · Documentation · About · Contact UsMissing: x265 | Show results with:x265<|control11|><|separator|>
  32. [32]
    HandBrake Documentation — Performance
    x265 is a newer video encoder that creates standard H.265/HEVC video that is becoming more popular as newer mobile devices have hardware decoders for energy- ...
  33. [33]
    Video codecs - HandBrake Documentation
    HandBrake supports H.264, H.265, MPEG-4, MPEG-2, AV1, VP9, VP8, and Theora video codecs.
  34. [34]
    VLC fails to build with x265-4.0 (#28799) · Issues - GitLab
    Sep 20, 2024 · Hey folks! While working on upgrading Beyond Linux From Scratch to x265-4.0, we're encountering a build failure in VLC.
  35. [35]
    avidemux - Browse /avidemux/2.6.21 at SourceForge.net
    A graphical editor for Windows Media (.wmv), MPEG files and FLV movies. Select or delete multiple portions from a video file. The system lets you copy, paste ...
  36. [36]
    Avidemux - Main Page
    Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG ...
  37. [37]
    Documentation - Shutter Encoder
    You can use hardware acceleration from advanced features for faster encoding. H.265. Allows you to convert video or picture file(s) to H.265 (libx265). You ...Choose files · Choose function · Outputs · Bitrates adjustment
  38. [38]
    Shutter Encoder - Encoder|Converter video FREE PC|Mac
    Shutter Encoder is one of the best video converter software, it handles images and audio too! It has been designed by video editors in order to be as accessible ...Documentation · Of /old versions · FAQ | Tips
  39. [39]
    BBright funds development of MulticoreWare's x265 HEVC encoding ...
    Sep 6, 2014 · BBright funds development of MulticoreWare's x265 HEVC encoding software and launch new 4K/UHD HEVC products for the IBC Show. September 06, ...
  40. [40]
    Satnews Publishers: Daily Satellite News
    Sep 8, 2014 · BBright's team has developed a number of in-house parallelization algorithms in order to run parallel instances of x265 across multiple ...
  41. [41]
    QTAKE – empowered by MulticoreWare's x265
    Jun 14, 2021 · QTAKE is a macOS application integrating every aspect of modern video assist into a single solution. QTAKE software is modular, offering a great ...Missing: commercial | Show results with:commercial
  42. [42]
    IN2CORE's QTAKE Software Empowered by MulticoreWare's x265
    Jun 14, 2021 · MulticoreWare's x265 software encoder is used by QTAKE's STREAM module for high bit depth encoding, low bitrate & low latency for live streaming ...
  43. [43]
    Sorenson Media Squeeze Desktop 10 Pro (DVD) 2010P-S B&H Photo
    Incorporating all of the features of the Standard version, Pro additionally offers closed caption insertion, HEVC/x265 encoding and decoding, ProRes encoding on ...
  44. [44]
    Review - Sorenson Squeeze 10 by Kevin P. McAuliffe
    Mar 16, 2015 · Again, another open source, free library for encoding using the High Efficiency Video Coding (HEVC/H.265) standard. Closed Caption Insertion.
  45. [45]
    [PDF] Vantage Transcode IPTV VOD - Telestream
    HEVC encoding. Transcode IPTV VOD includes x265 HEVC encoding, for high-quality H.265 encoding. HEVC allows you to reduce bit rates and increase video quality.
  46. [46]
    Vantage Transcode IPTV VOD - Telestream
    Transcode IPTV VOD includes x265 HEVC encoding, for high-quality H.265 encoding. HEVC allows you to reduce bit rates and increase video quality compared to H.