CLI tool that provides a set of commands for working with SWF (Shockwave Flash) files. It allows you to download the latest projector for your operating system, merge a projector with a movie, extract a movie from a projector. Supports Linux & Windows
Linux merge not works with 64-bit projectors atm. Next release will fix it.
- Download the SWFTOOL.
- Get file path of your projector & swf.
- Use the app through cmd or drag on it.
- You can latest Go runtime to build via
go build
Command | Parameters | Description |
---|---|---|
extract | movie (path) | Extract a movie from projector. |
merge | projector (path), movie (path) | Merge projector with a movie. |
download | none | Downloads the latest & compatible projector with your OS. |
help | none | Displays the version & commands you have access to. |
- SWFTOOL was built top on Magicswf & Swfknife in 1.0
- Version 1.0 Code belongs to PopovEvgeniy.
- This program made for ease of use.
- Special Thanks to JrMasterModelBuilder for his Shockpkg project.