Herman Chen
Herman Chen
先把码流给 ffmpeg 解码看一下能否正常。 mpp 只能处理没有封装的裸码流,你看下码流能不能用 elecard 打开,是否码流本身非标。
解码取数据的方式要看是阻塞还是非阻塞的。
硬件只支持 420sp 的输出,420p 的格式对硬件的数据访问不太友好,可以试试用 rga 来做 sp -> p 的这个转换
3288 的 vpu 解码器不支持 422 码流
compile with HAVE_DRM
估计是 265 解码的时候 I 帧没送来?
麻烦提供下码流
麻烦提供一下测试文件?
Please try develop branch at https://github.com/HermanChen/mpp
mpi_test 这个测试没有在维护中,使用 mpi_dec_test 和 mpi_enc_test 来测试吧 The mpi_test is not maintained any more. Please use mpi_dec_test and mpi_enc_test to run the test.