Hi.

the AVFrame you pass in avcodec_encode_video()
> has a pict_type, set it to FF_I_TYPE
>


This the approach I use as well, but as I told in related email,
unfortunately it seems as FFMPEG seems as not always actually encoding the
keyframe. I mean, it marks as it as one, but when a player opens it (VLC for
example), it doesn't play anything until the keyframe actually set by GOP
arrives..

It doesn't complain that first frame in movie is not a key-frame, which
leads me to believe that the frame marked as a keyframe, but not actually
encoded as one.

Can anyone clarify the issue?

Thanks in advance!
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to