Problem in converting AS3 based swf file to mp4 file
Hi, I have an actionscript 3 based swf file. To convert it into a .mp4 file in batch/command line mode, I am trying to use gnash to dump images at each frame. Later I will join those images with ffmpeg to create the mp4 file. However, I observed that the screenshots created are of the base content in the swf file and the changes in animation due to actionscript are not getting reflected in those screenshots. I am using dump-gnash command on UNIX (Ubuntu). Is gnash capable of converting a actionscript based swf file? If not, are there any other ways/tools to achieve this in batch/command line mode?
