Created
April 9, 2015 17:40
-
-
Save breim/9a6d2da66ee740438c84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Decompress SWF | |
swfcombine -d primeirojzjmcae2.swf -o file_new.swf | |
# Generate gnash dump | |
dump-gnash -D video.out@30 -t 30 file_new.swf | |
# Play video | |
mplayer -demuxer rawvideo \ | |
-rawvideo fps=30:w=1920:h=1080:format=bgra video.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment