关于vpu视频解码

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

关于vpu视频解码

跳至解决方案
1,612 次查看
397028133
Contributor III

imx-test-3.0.35-4.1.0中vpu_test怎样解码h264视频?解码后的yuv怎么保存?求教,谢谢!

0 项奖励
回复
1 解答
1,240 次查看
jimmychan
NXP TechSupport
NXP TechSupport

you can read the source code to understand how it works.

To get the source code, you can type this command.

./ltib -p imx-test -m prep

then the source code will be extracted in the folder : ltib/rpm/BUILD/imx-test-3.0.35/

you can modify the source code and then build it again. To re-build it, please type

./ltib -p imx-test -m scbuild

Then install it to rootfs again.

./ltib -p imx-test -m scdeploy

For more information, please download the BSP documentation

    

There is i.MX_6Dual6Quad_VPU_API_Reference_Manual.pdf, in section 4.4.2 VPU Example Application talk about the VPU test in details.

在原帖中查看解决方案

2 回复数
1,241 次查看
jimmychan
NXP TechSupport
NXP TechSupport

you can read the source code to understand how it works.

To get the source code, you can type this command.

./ltib -p imx-test -m prep

then the source code will be extracted in the folder : ltib/rpm/BUILD/imx-test-3.0.35/

you can modify the source code and then build it again. To re-build it, please type

./ltib -p imx-test -m scbuild

Then install it to rootfs again.

./ltib -p imx-test -m scdeploy

For more information, please download the BSP documentation

    

There is i.MX_6Dual6Quad_VPU_API_Reference_Manual.pdf, in section 4.4.2 VPU Example Application talk about the VPU test in details.

1,240 次查看
397028133
Contributor III

Thank you for your answer,I have reviewed the took imx - test source code, and the problem has been solved。

0 项奖励
回复