Re: [FFmpeg-devel] nvenc/cuda force IDR

2016-10-12 Thread Grant Brownewell
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

Re: [FFmpeg-devel] nvenc/cuda force IDR

2016-10-12 Thread Grant Brownewell
>> 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

[FFmpeg-devel] nvenc/cuda force IDR

2016-10-12 Thread Grant Brownewell
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