Post
Topic
Board Services
Re: convert swf file to gif please help
by
Bitsky
on 07/02/2015, 07:41:44 UTC
any advise?
If the swf contains a video: ffmpeg.exe -i "source.swf" "animation.gif"
Of course you can use all ffmpeg options, like resizing etc.

If that fails, you can always use a screen recorder to save the animation and process it with ffmpeg after that.