我正在尝试使用GPU将hevc代码转换为h264。默认输入是10位hevc,但我也尝试在8位hevc。我使用hevc_cuvid译码器和h264_nvenc编码器。当使用CPU进行缩放时,它是正确的。[hevc @ 0x555bd6e9f0c0] PPS id out of range: 0[hevc @ 0x555bd6e9f0c0][hevc @ 0x555bd6e9f0c0] PPS id out of
[hevc @ 0x298b4a0] PPS id out of range: 0[hevc @ 0x298b4a0] Error parsing NAL unit #2.[hevc @ 0x298b4a0] PPS id out of range: 0
[hevc @ 0x298b4a0] Error parsi
我正在开发现有的开源HEVC encoders,现在我从Fraunhofer小组得到了参考HEVC编码器,还得到了一个优化的X265 encoder of multicoreware。然而,我也发现了OpenHEVC模块,我的问题是,在他们的自述文件中,他们只演示了HEVC流的decoding。OpenHEVC是否有可以将yuv输入文件编码成h265流的encoder模块?