The document of fmpeg says it suppport swf file. but I find
C:\>ffmpeg -i test.swf test.avi
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --enable-static --disable-shared
--enable-memalign-hack
libavutil version: 49.0.0
libavcodec version: 51.9.0
libavformat version: 50.4.0
built on Jul 7 2006 12:10:42, gcc: 3.4.2 (mingw-special)
[swf @ 00691D74]Compressed SWF format not supported
test.swf: I/O error occured
Usually that means that input file is truncated and/or corrupted.
plesse help me
thank you very much!
But FFmpeg failes to decode the swf file with compression header(zlib
based )
I will release a patch for this bugs at the end of this month
Can I modify the compression header(zlib based ) for using ffmpeg
for swf file?
Thank you very much
On Oct 11, 12:01 pm, "tyut...@126.com" <tyut...@126.com> wrote:
> thank you
>
> Can I modify the compression header(zlib based ) for using ffmpeg
> for swf file?
Sure,
Add zlib support for swf in FFmpeg is a tiny task , I think you can do
it!
>
> Thank you very much