h4tr3d / avcpp

C++ wrapper for FFmpeg
Other
429 stars 78 forks source link

Why are all the video frames in the output marked as I-frames? #136

Closed luyoi1 closed 2 months ago

luyoi1 commented 2 months ago

image Why is the picture type set to AV_PICTURE_TYPE_I for all frames here? In my case, the encoder would encode the entire video stream into I-frames using this picture type

h4tr3d commented 2 months ago

Please, do not use images for the code listings. And move to the Discussion instead Issues