Any tool to find encoder parameters (fps,gop,width,Height and bitrate)

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

Any tool to find encoder parameters (fps,gop,width,Height and bitrate)

737 Views
swapnav
Contributor I

Hi,

    After streaming is done how to fing vpu encoder parameters.I am using H.264 and MJPEG.Is there any tool to find fps,gop,width,height and bitrate.

  Kindly provide the information as soon as possible.

Thanks,

swapna

0 Kudos
4 Replies

554 Views
Yuri
NXP Employee
NXP Employee

1.

  You may use gst-inspect command to review possible codec parameters

and their default values.

$ gst-inspect vpuenc

2.

Video file may be checked using

2.1.

MediaInfo :

http://mediaarea.net/en/MediaInfo/Download

2.2.

video inspector tool :

http://www.videohelp.com/software/VideoInspector

2.3

Gspot :

http://www.videohelp.com/software/GSpot


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

555 Views
swapnav
Contributor I

Hi Yuri,

          Thanks alot for responding.Actually i have tried video inspector tool and Gspot by  opening .h264 file for measuring encoder parameters.I could not able to open a .h264 file.Can you let me know the freeware software tool toplay .h264 file and measuring encoder parameters.

0 Kudos

555 Views
Yuri
NXP Employee
NXP Employee

  Looks like the .h264 file is "raw" one - without container headers / wrappers.

You may try using ffmpeg to wrap the "raw" file.

Regards,

Yuri.

0 Kudos

555 Views
swapnav
Contributor I


No.H264 contains NAL header informations.It is not raw file.I am having encoded compressed video file format of h264(EncOut.h264).

I want a free tool that will open H264 file and measure the encoder parameters.Kindly let me know the information

0 Kudos