FFMS / ffms2

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

FRAPS videos cause violent crashing #236

Closed nixxquality closed 8 years ago

nixxquality commented 8 years ago

I was given this sample file as an example. In my program using the C API, FFMS_GetFrame crashes the entire thing.

Even when trying to view it in a simple avisynth script, it causes avspmod to freak out and I am otherwise unable to watch the clip.

I think this is a regression introduced recently in FFMS2, as Fraps has not been updated recently. Most likely introduced between 2.21 and 2.22.

dwbuiten commented 8 years ago

Works perfectly fine here with FFMS2 HEAD and FFmpeg HEAD. Sounds like whatever version of FFmpeg/Libav it was linked against had a bunch, which is fixed currently.

nixxquality commented 8 years ago

Good to hear.