Hello, I am using GStreamer on the Jetson Nano and my goal is to compress a yuv file into an mp4 file using omxh264enc. I have the following code, which does not work:
Hello, thank you very much for your contributions.
PSNR calculation works, but I have some doubts with only intra coding, since I don’t know if all frames are actually intra. Is there a way to know if all the frames are intra?
I have verified with the Vega HEVC Analyzer software that only the first frame is Intra. Therefore I assume that the command “iframeinterval = 4294967295” does not get all frames to be Intra. I will try other values ​​and publish the results here.
Hi,
Probably I misunderstood your request. I thought you need the structure like IDR P P … I P P … I P P…. Only the first frame is IDR frame and the rest are I frames. But looks like you need to encode all frames to IDR frames?