FFMS / ffms2

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

Crash in FFMS_SetOutputFormatV2 with mp4 file #270

Closed myier closed 7 years ago

myier commented 7 years ago

Hello, I am developing the capability to export frames as an mp4 film in siril, the astronomy image processor. We've been using ffms2 for some time without problem now, but when I try to open any of the newly created mp4, it crashes when calling FFMS_SetOutputFormatV2.

It is probable that the created mp4 file has some kind of issue, though it plays back just fine in mpv and mplayer. mplayer gives this warning that might help: "Movie-Aspect is undefined - no prescaling applied.".

If I can make a movie faulty enough to have ffms2 crash, I guess it's worth fixing, and probably while fixing it you will also tell me what is wrong with the created film so that I can fix it as well.

Here are some useful resources:

Any help would be appreciated. Thank you very much again for developing FFMS2!

myier commented 7 years ago

Ok, apparently you already fixed it because I can't reproduce any error with the git version instead of version 2.22.