JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1080 Export movie not working
Author: user jayaramu
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? java -jar ffdec.jar -export movie "D:\decompiled\test.flv" "D:\SWF.swf" use the above command to reproduce the issue > What is the expected output? What do you see instead? Expected output : flv file but there is nothing produce in output directory > What version of the product are you using? Is it "nightly build"? Which operating system do you have? Vresion : 6.1 operating system : windows 7 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. I am working with convert swf to movie. Am using ffdec jar file to convert it. but its not working.
developer
The output parameter after the "movie" parameter should be a folder, so java -jar ffdec.jar -export movie "D:\decompiled\" "D:\SWF.swf" Please attach your file, so we can try to reproduce the problem.
user
Thanks for reply. Am also try that. its not working. I attach my swf file.
DownloadSWF.swf (391 KiB)
developer
I can't see any movie in this file.
user
Its flash animation file. What did you mean by movie in swf file?
developer
FFDec can export the VideoStream tags from SWF files. There is no video tag in your file.
user
Okay. I am understand now. Am sorry. I thought the whole swf will convert to .flv. There is any option available for this? to convert swf file to video format(mp4,flv,avi...,)
developer
You can export the frames to AVI. Is it ok for you? ffdec.bat -format frame:avi -export frame . SWF.swf
developer
It is not possible to convert an swf to a video file... how would you convert a game to avi or flv? :D You can export only the static frames.
user
ya thank you.. When i export frame it produce duplicate. How to fix that.?
developer
duplicate of what?
user
I export frames from "SWF.swf" file. It produce totally 106 frames(.png image). After 90 it export duplicate(The 1 to 16 frames exported again).
developer
They are in your swf file... you can remove them from FFDec GUI if you want...
user
Okay Thank you very much honfika.
developer
You're welcome, may I close this issue? JPEXS: should we change the type from "bug" to something?
user
Ya sure for both.
developer
State: new→closed