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.

#1080 Export movie not working
Author:
jayaramu

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> 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.
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.
I can't see any movie in this file.
Its flash animation file. What did you mean by movie in swf file?
FFDec can export the VideoStream tags from SWF files. There is no video tag in your file.
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...,)
You can export the frames to AVI. Is it ok for you?
ffdec.bat -format frame:avi -export frame . SWF.swf
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.
ya thank you.. When i export frame it produce duplicate. How to fix that.?
duplicate of what?
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).
They are in your swf file... you can remove them from FFDec GUI if you want...
Okay Thank you very much honfika.
You're welcome, may I close this issue?
JPEXS: should we change the type from "bug" to something?
Ya sure for both.
State: new→closed