FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

FFMS_GetFrame doesn't work properly with animated gifs #210

Closed nixxquality closed 9 years ago

nixxquality commented 9 years ago

When you call FFMS_GetFrame on an animated gif, it seems you get every frame spliced into one picture: example

No sample file should be needed as it happens with every animated gif in my experience.

tgoyne commented 9 years ago

I tried opening a few animated gifs that I had lying around and they all worked fine for me.

nixxquality commented 9 years ago

My bad, I tried it with a development build dll now and it seems it has been fixed already.