SVT-HEVC icon indicating copy to clipboard operation
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...

Results 52 SVT-HEVC issues
Sort by recently updated
recently updated
newest added

Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture. ### Description When post `SVT-HEVC`, we encountered compile error. Looking up the log, we found `immintrin.h`...

I‘ve got some problem trying to use SvtHevcEncApp for a 8K yuv sample’s coding. It reported that “allocate memory failed…Could not allocate enough memory for channel 1” My project is...

Hello, It seems the latest master of FFMPEG is failing to compile with libsvthevc again. FFMPEG-4fbf3c828b63a782bd6730427f376f10809b99a8 SVT-HEVC-6e677e0017cb27bfdd62effcfd2a0dc83b48bb16 patch has been applied: git apply -3 SVT-HEVC/ffmpeg_plugin/master-*.patch ./configure --enable-gpl --enable-nonfree --enable-static --enable-shared...

ffmpeg

We found a random crash issue after running encoder for a long time (e.g. 40 hours). The crash happens randomly when we run command like below: ffmpeg -y -stream_loop -1...

libsvthevc is giving weird output in 4k resolution when cropping borders. No issues without crop and downscaled to 1080p resolution with crop. command used : `ffmpegsvt -y -hide_banner -loglevel error...

bug

Hi, I have been into hevc tiling encoding/decoding. Mosiac issues occur when I tried to decode the tiles with diffrent order than encoding. Here's the encoding parameters: > SvtHevcEncApp -i...

hi @tianjunwork , @guojiansheng0925 , Good morning while I wating for your review about my previous post: https://github.com/OpenVisualCloud/SVT-HEVC/issues/606 I have performed a deep quality test A/B Libx265 vs Libsvrt with...

discussion

Add new rate control mode-crf that takes the cli -rc 2 and -crf value in [0-51]

enhancement

Signed-off-by: deeptiag1

enhancement

Hi, I have followed the instruction here: https://github.com/OpenVisualCloud/SVT-HEVC/tree/master/ffmpeg_plugin and i have paste the script (for both) and here the result: ``` $ git clone https://github.com/FFmpeg/FFmpeg ffmpeg # The patch n4.4-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch...

question