Re: [FFmpeg-devel] Flushing while decoding , but need already decoded frames

2024-05-24 Thread Michael Henrik Bodenhoff via ffmpeg-devel
2024 г. в 13:17, Andreas Rheinhardt : > > Michael Henrik Bodenhoff via ffmpeg-devel: > > Hi , > > > > my team recently had to abandon switching to using FFmpeg from > > specific decoder implementations (NvDEC, Intel Media SDK , IPP and > > quite a few codec specific decoders

[FFmpeg-devel] Flushing while decoding , but need already decoded frames

2024-05-24 Thread Michael Henrik Bodenhoff via ffmpeg-devel
Hi , my team recently had to abandon switching to using FFmpeg from specific decoder implementations (NvDEC, Intel Media SDK , IPP and quite a few codec specific decoders) because of big performance issues because of the way FFmpeg works….. or at least we think it is (we’re FFmpeg noobs 😃 ) I