Hello,
I've been experimenting with encoding with a cuda card, and I noticed
that setting the pict_type member of the AVFrame structure to
AV_PICTURE_TYPE_I >does not trigger it to encode the next frame as an IDR
frame as libx264 does. I looked at the nvidia docs a
>> Hello,
>>
>> I've been experimenting with encoding with a cuda card, and I noticed that
>> setting the pict_type member of the AVFrame structure to AV_PICTURE_TYPE_I
>> >does not trigger it to encode the next frame as an IDR frame as libx264
>> does. I looked at the nvidia docs and it appea
Hello,
I've been experimenting with encoding with a cuda card, and I noticed that
setting the pict_type member of the AVFrame structure to AV_PICTURE_TYPE_I does
not trigger it to encode the next frame as an IDR frame as libx264 does. I
looked at the nvidia docs and it appears there is a mecha