SVT-VP9
SVT-VP9 copied to clipboard
SVT VP9 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-VP9 encoder, it is possible...
Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture. ### Description When post `SVT-VP9`, we encountered compile error. Looking up the log, we find `immintrin.h`...
Hi, I have this error: Error Instance 1: Source Height must be even for YUV_420 colorspace Error instance 1: Source Height must be a multiple of 8 Demo downloaded from...
Hello! I'm having some problems with encoding videos Parameters: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz 16 cores RAM 14 gb Software: GCC: 7.5.0 CMake: 3.10.2 YASM: Assembler version 1.3.0...
Hi there I'm trying to convert a 2 minute 30fps 4k h264 file to a 4k vp9 file using ffmpeg and I'm getting a segmentation fault around 42 seconds of...
I can install SVT-AV1 without having to manually patch ffmpeg. So why isnt this the case with SVT-VP9 already?
Hi there, I'm trying to experiment with 8K AV1 to VP9 conversion by using FFMPEG + SVT-VP9 but got the error `Segmentation fault (core dumped)` after running ffmpeg command short...
./SvtVp9EncApp -w 3840 -h 2160 -i xxx.yuv -fps 30 -n 100 -q 40 -b out.bin For **qp
It would be nice to have y4m support so it can easily be used with lossless video without having to specify video information such as w/h/fps. This would also allow...
When running valgrind to analyze another VP9 issue, a number of errors were reported. Conditional jump or move depends on uninitialised value(s) Uninitialised value was created by a heap allocation...