View Single Post
  #1  
Old 04-17-2010, 02:46 AM
Stream Recorder
 
Posts: n/a
Default

How to convert SWF to AVI in Linux?


mencoder doesn't seem to work with SWF files.

avidemux also fails.

ffmpeg only creates an audio only file when converting SWF slideshow with the following command
Code:
ffmpeg -i x.swf x.flv
How can I convert SWF to AVI in Linux?
Reply With Quote