Hi All,

I am writing a simple application which will encode YUV video to
mpeg4/h.264 format. While setting CodecContext parameters, I set the GOP
size to some constant value, for example 10. But for some video data, it is
resetting the GOP structure automatically. How to disable this Adaptive GOP
option?

I set the "CODEC_FLAG2_STRICT_GOP" flag. But seems to be no effect. Then i
set the "scenechange_threshold" value to INT_MAX. Then it worked for mpeg4.
but the problem still exists for h.264. Is there any option for user to
reset GOP structure?

Pls guide me to disable the adaptive GOP option completely.

Thanks & Regards,
Srinivasan.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to