Hi Guys<div><br></div><div>I'm using FFmpeg 1.1.3 and had a problem in opening a flash sc video.</div><div><br></div><div>av_open_input_file succeeded but avformat_find_stream_info returns -1.</div><div><br></div><div>
FFmpeg output blow logs:</div><div><br></div><div><div><font color="#666666">00:00:16.115 MAIN FFMPEG: Format flv probed with size=2048 and score=100</font></div><div><font color="#666666"><br></font></div><div><font color="#666666">00:00:18.221 MAIN FFMPEG: File position before avformat_find_stream_info() is 13</font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">00:00:18.284 MAIN FFMPEG: Could not find codec parameters for stream 0 (Video: flashsv): unspecified size</font></div><div><font color="#666666">Consider increasing the value for the 'analyzeduration' and 'probesize' options</font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">00:00:18.284 MAIN FFMPEG: File position after avformat_find_stream_info() is 1263968</font></div></div><div><font color="#666666"><br></font></div><div>
video link is here: <a href="https://dl.dropbox.com/u/89678527/flash-screen.flv">https://dl.dropbox.com/u/89678527/flash-screen.flv</a></div><div>and ffprobe output was</div><div><br></div><div><div>$ ffprobe.exe flash-screen.flv</div>
<div><font color="#666666">ffprobe version N-50025-gb8bb661 Copyright (c) 2007-2013 the FFmpeg developers</font></div><div><font color="#666666"> built on Feb 17 2013 02:37:45 with gcc 4.7.2 (GCC)</font></div><div><font color="#666666"> configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib</font></div>
<div><font color="#666666"> libavutil 52. 17.101 / 52. 17.101</font></div><div><font color="#666666"> libavcodec 54. 91.103 / 54. 91.103</font></div><div><font color="#666666"> libavformat 54. 63.100 / 54. 63.100</font></div>
<div><font color="#666666"> libavdevice 54. 3.103 / 54. 3.103</font></div><div><font color="#666666"> libavfilter 3. 38.100 / 3. 38.100</font></div><div><font color="#666666"> libswscale 2. 2.100 / 2. 2.100</font></div>
<div><font color="#666666"> libswresample 0. 17.102 / 0. 17.102</font></div><div><font color="#666666"> libpostproc 52. 2.100 / 52. 2.100</font></div><div><font color="#666666">Input #0, flv, from 'flash-screen.flv':</font></div>
<div><font color="#666666"> Duration: 00:00:25.97, start: 0.000000, bitrate: 389 kb/s</font></div><div><font color="#666666"> Stream #0:0: Video: flashsv, bgr24, 466x311, 3 tbr, 1k tbn, 1k tbc</font></div></div><div><font color="#666666"><br>
</font></div><div>and ffplay can play the video successfully (ffprobe and ffplay were downloaded Zeranoe build and FFmpeg 1.1.3 was build by myself)</div><div><br></div><div>Great thanks for any help</div>