How to show a frame rate of h.264 decoder output with gstreamer?

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

How to show a frame rate of h.264 decoder output with gstreamer?

1,132 次查看
t-iishii
Contributor II

Hello,

I hope to know a frame rate as h.264 decode result.

Can I get a result of the decoder output frame rate using gstreamer?

If no, please teach me some method to show a frame rate of h.264 decoder result.

Best regards,

Ishii.

标签 (4)
0 项奖励
回复
4 回复数

907 次查看
joanxie
NXP TechSupport
NXP TechSupport

you can find out from log file when you decoding the file, the log file would shows the time and frame number, then you can calculate it.

0 项奖励
回复

907 次查看
t-iishii
Contributor II

Hello Xie,

Thank you for your quick response.

As you say, that log file mean to use "GST_DEBUG" and "GST_DEBUG_FILE" option?

If so, which number for GST_DEBUG option will be output the time and frame number?

Best regards,

Ishii.

0 项奖励
回复

907 次查看
joanxie
NXP TechSupport
NXP TechSupport

you just need to play the video using unit test or gstreamer, you can find it.

0 项奖励
回复

907 次查看
t-iishii
Contributor II

Hello Joan,

Thank you for your response.

I was able to see it by playing the stream to the end.

Before it, I force stopped it because play time too long.

Best regards,

Ishii.

0 项奖励
回复