curl -O http://address.goes.here
I tried to play it in mplayer, no dice, similar with ffmpeg. Some googling later revealed that I could either attempt to convert the full thing to video, or I could just extract what I needed. I went with the later, using SwfTools
(thanks to Doesn't Not Compute for the pointers)
Google found this older FAQ for SwfTools which I used - I followed the instructions under (4) and installed freetype and jpeglib first (in case I want to do more advanced stuff with SwfTools later). After I configured and compiled each of these, I configured and compiled SwfTools. I was then ready for fun.
I followed (14) from the FAQ to extract
- I listed everything in my SWF:
- swfextract downloaded.swf
- From the list I saw the last entry was "[-m] 1 MP3 soundtrack". I was able to extract it with:
- swfextract -m downloaded.swf
- (result sent to output.mp3)
- Success!
No comments:
Post a Comment