FFMS / ffms2

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

Freezes on loading mp4's created with Lavf53.32.100 #149

Closed shssoichiro closed 10 years ago

shssoichiro commented 10 years ago

I have a number of MP4 files (H.264/AAC) which were created using Lavf53.32.100 (according to MediaInfo), and all of these files will successfully index, but loading them in any application will cause the application to freeze with 100% CPU usage of one core and no change in memory usage. Resolution, bitrate, ref frames, etc. don't seem to matter, but I have files created using Lavf54.3.100 that load properly. This occurs with the latest git version of ffms2 loading through Avisynth.

tgoyne commented 10 years ago

Please upload a sample.

shssoichiro commented 10 years ago

Apparently this was my fault in that I thought my new build of FFMS2 had copied to the Avisynth plugins folder, but for some reason it didn't overwrite the older version. It seems this is actually fixed in the latest build. My apologies.