Hi Guys Is there any way to reduce the latency of encoded video?
So I have a GOP size of 5 which requires an input of 5~10 frames before I get anything written to file, taking into account possible delay between frames this is causing a huge "offset" from receiving the first frame to actually getting some encoded video output. I have tried:
1. Reducing GOP size to 1 - works but causes massive video files (not acceptable) 2. Writing a "placeholder" frame a number of times before the first "real" frame - still has a delay on playback (somehow) I am running out of ideas now - anyone have any fresh ideas? Thanks, Mark.
_______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
