Possible Duplicate:
SWF to uncompressed AVI

hello how i can convert SWF file to avi on linux ?

link|improve this question

feedback

closed as exact duplicate by Sathya, random Dec 18 '10 at 1:56

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

wine + format factory? Never tried but...

link|improve this answer
feedback

ffmpeg -i file.swf file.avi

Quality & codec settings are in "man ffmpeg".

link|improve this answer
this command does not convert – asker Dec 18 '10 at 5:47
Is it really a swf video then? Shockwave can be software too. – Pete Ashdown Dec 18 '10 at 17:06
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.