I am using DVR RDK 4.0. I meet a problem with encoder.
The encoder version is:
REL.500.V.H264AVC.E.IVAHD.02.00.06.00
The decoder version is:
REL.500.V.H264AVC.D.HP.IVAHD.02.00.08.00
In my use case, I want to encoder the video which is generated by decoder for ROI encoding. The chain is:
out host ipc --> in video ipc --> decoder --> encoder --> out video ipc --> in host ipc.
the case runs well, but there is some issue about the he generated stream.
Here is the original H.264 stream.
Here is the generated H.264 stream.
There are 2 macroblocks offset at the beginning of each row and each column.
I want to know why this issue happen and how to solve it. I will be glad if any ideas were provided.