Exporting question #15650
-
When using the exporter I"m getting the first frame of the swf repeated for as many frames as I request. The swf runs fine in the desktop player. Any help would be greatly appreciated. Here's the command I'm using: And here's what I'm seeing in the terminal when I run the command:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, are you able to share the SWF that you are having an issue with? |
Beta Was this translation helpful? Give feedback.
The animation is contained in a movie clip within the main SWF that only plays after a user interaction (clicking the "Play" button). Automated tools can't really handle this, but you can export the movie clip to a separate SWF using JPEXS Decompiler, then run Ruffle's exporter on that SWF. Or you can export the frames of the clip directly from JPEXS, though that method seems surprisingly slow. Here is a screen recording demonstrating how to do this:
jpexs_export_swf.mp4
You can select PNG or AVI from the dropdown (instead of SWF) if you want to export the frames directly from JPEXS.