Encoder FPS didn't apply

I’m try to using jetson multimedia api to encode. Using 01_video_encode sample to encode a h265 video below:
./video_encode 1080p-15fps.yuv 1920 1080 H265 1080p-15fps.hevc -br 310000 -fps 15 1 -l high6.2 -pbr 310000 -rc vbr
.and then using ffmpeg to anlyze this video . it looks below:

what’s wrong

Hi,
The information of frame rate is in VUI. Please set the options and check again:

        --insert-spspps-idr   Insert SPS PPS at every IDR [Default = disabled]
        --insert-vui          Insert VUI [Default = disabled]

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