SuRGeoNix / Flyleaf

Media Player .NET Library for WinUI 3/ WPF/WinForms (based on FFmpeg/DirectX)
GNU Lesser General Public License v3.0
687 stars 92 forks source link

ShowFrame(0) does not work anymore in 3.7.42 #420

Closed f1nalspace closed 5 months ago

f1nalspace commented 5 months ago

We recently upgraded from FlyLeaf 3.6.7 (FFMPEG 5.1.1) to FlyLeav 3.7.42 (FFMPEG 5.1.2.3). Now ShowFrame(0) does not present the first frame anymore, it stays black until we start playing or execute any seeking but we need to display the first frame of the video always.

SuRGeoNix commented 5 months ago

@f1nalspace I cannot reproduce it. Does it happen with all the inputs or with specific ones? Can you provide more info/logs? By the way, what about Pause and Seek(0) ?

SuRGeoNix commented 5 months ago

@f1nalspace I've just fixed an issue when used directly after Open that was might be related, If you can test from master otherwise when I release the next NuGet.

SuRGeoNix commented 5 months ago

@f1nalspace This should be fixed with v3.7.43. Let me know if not so I will look into it.