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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

859 Views
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.

Labels (4)
0 Kudos
4 Replies

634 Views
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 Kudos

634 Views
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 Kudos

634 Views
joanxie
NXP TechSupport
NXP TechSupport

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

0 Kudos

634 Views
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 Kudos