Skip to content

Instantly share code, notes, and snippets.

@Kagee
Created November 16, 2011 07:32
Show Gist options
  • Save Kagee/1369504 to your computer and use it in GitHub Desktop.
Save Kagee/1369504 to your computer and use it in GitHub Desktop.
Extracting MP3 sound from SWF notes
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfdump Laplace_del_1.swf | grep MP3
[00e] 3432500 DEFINESOUND defines id 0536 (MP3 44Khz 16Bit mono)
[00e] 1791488 DEFINESOUND defines id 0546 (MP3 44Khz 16Bit mono)
[00e] 1532562 DEFINESOUND defines id 0562 (MP3 44Khz 16Bit mono)
[00e] 1858570 DEFINESOUND defines id 0575 (MP3 44Khz 16Bit mono)
[00e] 2048219 DEFINESOUND defines id 0582 (MP3 44Khz 16Bit mono)
[00e] 2364196 DEFINESOUND defines id 0589 (MP3 44Khz 16Bit mono)
[00e] 1895873 DEFINESOUND defines id 0596 (MP3 44Khz 16Bit mono)
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfextract -s 0562 Laplace_del_1.swf && mv output.mp3 Laplace_del_1_03.mp3
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfextract -s 0575 Laplace_del_1.swf && mv output.mp3 Laplace_del_1_04.mp3
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfextract -s 0582 Laplace_del_1.swf && mv output.mp3 Laplace_del_1_05.mp3
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfextract -s 0589 Laplace_del_1.swf && mv output.mp3 Laplace_del_1_06.mp3
hildenae@sektober:~/Dropbox/HiG/Matte 20/SWF$ swfextract -s 0596 Laplace_del_1.swf && mv output.mp3 Laplace_del_1_07.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment