Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n0samu/director-files-extract

This Python script extracts Macromedia / Adobe Director movies and casts from Windows and Mac executables.
https://github.com/n0samu/director-files-extract

extractor macromedia macromedia-director

Last synced: 2 months ago
JSON representation

This Python script extracts Macromedia / Adobe Director movies and casts from Windows and Mac executables.

Awesome Lists containing this project

README

        

# director-files-extract
This Python script extracts Macromedia / Adobe Director movies and casts from Windows and Mac executables.

Usage: `python shock.py application.exe`

Files will be extracted to a folder named after the application file.

This script was created by eientei, with bugfixes contributed by Tomysshadow and myself (nosamu).

# fix-director-files
This Python script checks whether Director files have the correct extension and size. It automatically trims extra bytes and fixes the file extension if necessary.

Usage: `python fix_director_files.py file1.dxr file2.dcr ...`

This script was created by nosamu (myself) with code contributed by eientei.