Get raw video and audio data from SWF video

I have a SWF movie (animation only, no ActionScript) and I would like to programmatically extract the resulting video and audio and any resolution.

Which method would be the best way to do this. Any language, any technique is accepted.

+3
source share
2 answers

Running gnashto flush every frame to a file, and then run gnash again to flush all the sound to a file that worked for my purpose. See Man pages for more details.

However, it will not work very well for everyone, because gnash does not work very well on windows and does not handle new flash files very well.

+2
source

SWFTools. , ​​, . swfrender swfextract , , :

  • swfrender
  • FFmpeg
  • swfextract
+2

Source: https://habr.com/ru/post/1796725/


All Articles