SVT-HEVC
SVT-HEVC copied to clipboard
SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possib...
Hi, I meet a bug in svt_hevc, in some segments and for some presets and bitrates. I observe a degradation of the image after a scene change. This bug is...
Encoder crashes randomly whith next command line: SvtHevcEncApp -hdr 0 -vbv-maxrate 7500032 -vbv-bufsize 9999872 -lad 0 -fps-num 25 -fps-denom 1 -rc 1 -intra-period 24 -bit-depth 10 -w 1920 -h 1080...
Fixed build with GCC 11 by moving MSVC The same as https://github.com/OpenVisualCloud/SVT-VP9/pull/133
Signed-off-by: Jun Tian # Description Use vbv bitrate and buffersize if set when checking level. If not, still use the existing logic. # Issue closes #569 # Author(s) @tianjunwork #...
Signed-off-by: Jing Li # Description pthread_cancel is an async call, need to join() before next move, otherwise it may crash. # Issue If init/deinit for about 150 times with default...
Anything incorrect or missed, please feel free to update it. And please also refer to the AV1 encoder design including more other details: https://github.com/OpenVisualCloud/SVT-AV1/blob/master/Docs/svt-av1-encoder-design.md Signed-off-by: Austin Hu
The regression was caused by the tile group implementation (PR #348), when ImproveSharpness is used, as it would impact the QP values of each CU and latter mode decision process....
WIll the patches be okay with the conversion of whitespaces? Mainly about the hashes Also modified STYLE.md's sed to exclude .git, build,Bin, and png and added a command to append...
The `B frame` in the key position only have negative reference frames in the ramdom access prediction structure. For example the frames whose pictureNumber is 8 (`POC 8`) could only...
Hi: I would like use SVT-HEVC to encode HDR10 Video. I found only the parameter -hdr, and it seems to signal the video is HDR. However, the parameters MaxCLL, MaxFALL,...