

Sample_multi_transcode -i::h264 "C:\Users\thx4ever\Documents\Intel(R) Media SDK 2020 R1 - Media Samples 8.4.32.0\_bin\圆4\Trailer.264" -o::h265 TrailerSMT_SW.hevc -ec::p010 -dc::nv12ĮNCODED with sample_multi_transcode Media SDK 2020 R1 GACC Plugin OK here is my command line options and i have attached the sample videoįfmpeg -hide_banner -v verbose -i "C:\Users\thx4ever\Downloads\Trailer.264" -c:v hevc_qsv -pix_fmt p010le -load_plugin none -load_plugins e5400a06c74d41f5b12d430bbaa23d0b -profile:v main10 -preset:v medium -g 240 -vframes 500 -b:v 1.5M -gpb 0 C:\Users\thx4ever\Downloads\TrailerQSV_GACC.hevcĮNCODED with Intel HEVC Software with ffmpegįfmpeg -hide_banner -v verbose -i "C:\Users\thx4ever\Downloads\Trailer.264" -c:v hevc_qsv -pix_fmt p010le -load_plugin hevc_sw -profile:v main10 -preset:v veryslow -g 240 -vframes 500 -b:v 1.5M -gpb 0 C:\Users\thx4ever\Downloads\TrailerQSV_SW.hevcĮNCODED with Intel HEVC HW QSV with ffmpegįfmpeg -hide_banner -v verbose -i "C:\Users\thx4ever\Downloads\Trailer.264 -c:v hevc_qsv -pix_fmt p010le -load_plugin hevc_hw -profile:v main10 -preset:v veryslow -g 240 -vframes 500 -b:v 1.5M -gpb 0 C:\Users\thx4ever\Downloads\TrailerQSV_HW.hevcĮNCODED with sample_multi_transcode Media Sofware SDK 2020 R1 I tryed to contact ffmpeg developers but they always said that have no problem and its working with hardware encoding but i want to use Intel HEVC software encoder plugin with ffmpegĬan someone resolve this problem? If i use sample_multi_transcode it works but with ffmpeg the final output are a green screen, i'm about 2 years with this weird problem that needs to be fixed, i heard that about frame shift when using 10 bit but i dont know how to add this to ffmpeg so i can use ffmpeg for encoding with intel software hevc encoderĬurrently i'm using Intel Core i7 7700 processor I'm trying to encode with ffmpeg using the load_plugin hevc_sw that loads 2fca99749fdb49aeb121a5b63ef568f7 hevc software plugin but can't manage to get it working in 10 bit hevc encodingįfmpeg -hide_banner -v verbose -hwaccel qsv -c:v h264_qsv -i -c:v hevc_qsv -load_plugin hevc_sw -pix_fmt p010le -profile:v main10 -preset:v veryslow -gpb 0 -g 240 -refs:v 4.
