New submission from jas <[EMAIL PROTECTED]>: I'm using FFmpeg version SVN-r10532. I'm trying to convert a Wink uncompress swf file to .mov format. The resulting mov file contains only 1 frame. ffplay displays the same frame.
I've tried many conversions, but the latest was: % ffmpeg -i test.swf test.mov FFmpeg version SVN-r10532, Copyright (c) 2000-2007 Fabrice Bellard, et al. configuration: --prefix=/cs/local libavutil version: 49.5.0 libavcodec version: 51.44.0 libavformat version: 51.13.3 built on Sep 18 2007 16:14:54, gcc: 3.4.6 Input #0, swf, from 'test.swf': Duration: N/A, bitrate: N/A Stream #0.0: Video: mjpeg, yuvj420p, 525x392, 20.00 fps(r) Output #0, mov, to 'test.mov': Stream #0.0: Video: mpeg4, yuv420p, 525x392, q=2-31, 200 kb/s, 20.00 fps(c) Stream mapping: Stream #0.0 -> #0.0 [mpeg4 @ 0x841a2f0]removing common factors from framerate Press [q] to stop encoding Compiler did not align stack variables. Libavcodec has been miscompiled and may be very slow or crash. This is not a bug in libavcodec, but in the compiler. You may try recompiling using gcc >= 4.2. Do not report crashes to FFmpeg developers. frame= 2 fps= 0 q=2.0 Lsize= 32kB time=0.1 bitrate=2647.8kbits/s video:32kB audio:0kB global headers:0kB muxing overhead 2.423098% (libavcodec isn't the issue since a version compiled on Windows gives the same error). The swf is only 292kb, so I can upload it.. I uploaded it to upload.mplayerhq.hu in incoming/jas/test.swf. Any assistance would be greatly appreciated. ---------- messages: 607 nosy: jas priority: normal status: new substatus: new title: problem converting swf to mov type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue170> ______________________________________________________
