I am working on MPEG 2 Transcoding project and I need to cut a video at the boundary of GOP.
I've gone through some Documents and was able to cut the video at the start of next GOP (by checking the I-frame (or) GOP Start code 0x00 0x00 0x01 0xB8
), but I need to cut the video at same GOP Boundary.
Is there any ways to do this ?