Hi. >OK. Suppose I use libx264 encoder. How to tell >avcodec_encode_video that >it has to make this frame I-frame (key-frame)? >I tried few ideas from which none seemed to make the job done.
AFAIK there is a special flag for packet.flags memeber, which sets this frame as a key-frame. Check the output_example.c and ffmpeg.c for more info. Regards. > > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
