Skip to content

Instantly share code, notes, and snippets.

@breim
Created April 9, 2015 17:40
Show Gist options
  • Save breim/809c191b81e0c162286c to your computer and use it in GitHub Desktop.
Save breim/809c191b81e0c162286c to your computer and use it in GitHub Desktop.
# 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