Media-Codec-Pipeline icon indicating copy to clipboard operation
Media-Codec-Pipeline copied to clipboard

Audio and video (H264/H265/AAC) muxer/demuxer, encode/decode pipeline, support CPU Codec, NVIDIA, Ascend DVPP.

Results 2 Media-Codec-Pipeline issues
Sort by recently updated
recently updated
newest added

我记得代码中有个地方限制了 4096, 但是改了之后也不行. 是不是昇腾所有硬件都无法支持硬件编码8k

` FFmpegHardCodec/Encoder/main2.cpp //////////////////// #include "H264HardEncoder.h" #include "log_helpers.h" #include "MyEncDataCallListner.h" #include #include int main(int argc, char* argv[]) { std::string output_url = "rtsp://192.168.137.1:1935/mystream"; // Initialize your encoder and other components HardVideoEncoder encoder;...