From: "Dennis Volodomanov" To: "Libav* user questions and discussions" Subject: [libav-user] AVI file hangs av_find_stream_info function Hello all, I've got an AVI file that basically hangs the av_find_stream_info() function. The ffmpeg console outputs the following (and hangs after the last line): FFmpeg version git-6a1265c, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-memalign-hack --enable-shared --disable-static --enable-avfilter --disable-libgsm --disable-swscale libavutil version: 49.7.0 libavcodec version: 51.58.0 libavformat version: 52.16.0 libavdevice version: 52.0.0 libavfilter version: 0.0.0 built on Jul 7 2008 10:31:12, gcc: 4.2.1-sjlj (mingw32-2) [avi @ 649BEA1C]non-interleaved AVI I have to abort using Ctrl+C at this point. Any advice on what should I do? It's a small file (489 Kb), so I can send it to someone, if required. Thanks in advance, Dennis