H264 Recorder Without Gstreamer in Jetson

Hi friends,
I have problem about recording h264 in Jetson with sample code that are in “usr/src/jetson_multimedia_api/”. I compile code videoEncoder and use it but recorded file play so fast and it’s fps and bit rate is N/A. In NvVideoEncoder.h we have a class NvVideoEncoder that can set bit rate and fps but result of recording can’t play with appropriate fps.
Thanks

Hi,
Please refer to this:
./video_encode -fps param is invalid

If you enable VUI in SPS, the decoder can get information of frame rate. Please check if you enable it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.