Replies: 1 comment 3 replies
-
Is there some feature interesting for you? We currently use binary builds from this PPA in Linux, which should be 3.5. I hope/believe that this PPA will eventually upgrade to 3.6 at some time point. V3.6 should be already in other platform builds, however. I've just tested with one of UVG video that the performance is almost the same as with v3.5 (using the x265 command line tool without any additional parameters). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi UG people,
After a few years since the last x265 release, they cut 3.6.
https://bitbucket.org/multicoreware/x265_git/commits/tag/3.6
Version 3.6
Release date - 4th April, 2024.
New feature
Segment based Ratecontrol (SBRC) feature
Motion-Compensated Spatio-Temporal Filtering
Scene-cut aware qp - BBAQ (Bidirectional Boundary Aware Quantization)
Histogram-Based Scene Change Detection
Film-Grain characteristics as a SEI message to support Film Grain Synthesis(FGS)
Add temporal layer implementation(Hierarchical B-frame implementation)
Enhancements to existing features
Added Dolby Vision 8.4 Profile Support
API changes
Add Segment based Ratecontrol(SBRC) feature: "--[no-]sbrc".
Add command line parameter for mcstf feature: "--[no-]mctf".
Add command line parameters for the scene cut aware qp feature: "--scenecut-aware-qp" and "--masking-strength".
Add command line parameters for Histogram-Based Scene Change Detection: "--hist-scenecut".
Add film grain characteristics as a SEI message to the bitstream: "--film-grain "
cli: add new option --cra-nal (Force nal type to CRA to all frames expect for the first frame, works only with keyint 1)
Optimizations
ARM64 NEON optimizations:- Several time-consuming C functions have been optimized for the targeted platform - aarch64. The overall performance increased by around 20%. SVE/SVE2 optimizations
Bug fixes
Linux bug to utilize all the cores
Crash with hist-scenecut build when source resolution is not multiple of minCuSize
32bit and 64bit builds generation for ARM
bugs in zonefile feature (Reflect Zonefile Parameters inside Lookahead, extra IDR issue, Avg I Slice QP value issue etc..)
Add x86 ASM implementation for subsampling luma
Fix for abrladder segfault with load reuse level 1
Reorder miniGOP based on temporal layer hierarchy and add support for more B frame
Add MacOS aarch64 build support
Fix boundary condition issue for Gaussian filter
Beta Was this translation helpful? Give feedback.
All reactions