I have a SWF movie (only animation, no Actionscript) and I would like to programatically extract the resulting video and audio and whatever resolution.
What method would be the best way of going about this. Any language, any technique is accepted.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Running
gnashto dump each frame to a file and then running gnash again to dump all audio to a file worked for my purpose. Check the man pages for more details.However, it won’t work very everyone because gnash doesn’t work very well on windows and doesn’t handle newer flash stuff very well.