vpu encode H264

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

vpu encode H264

1,491 次查看
JayZhang
Contributor I

I used the mxc_vpu_test to encode the video which captured from the camera, after sereral seconds captured, the encoded file generated, when I played the video, I find the play speed is a little fast, anyone can give me some advice to modify the code?

Thanks anyway!

Attachment file is the file generated.

Original Attachment has been moved to: out.h264.zip

标签 (1)
标记 (3)
0 项奖励
回复
1 回复

1,099 次查看
daiane_angolini
NXP Employee
NXP Employee

I don´t know if it´s your case.

Sometime ago I had exactly the same error, but using gstreamer.

The problem was that I was using "default" fps value to configure the camera, it was fps=15. And I was using the "default" fps value for the encoder, it was fps=30

So it resulted in a wrong video.

Could you give this a try?

Could you share your command line?