Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n0samu/director-files-extract
- Owner: n0samu
- License: mit
- Created: 2020-09-16T05:46:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T04:56:50.000Z (5 months ago)
- Last Synced: 2024-10-14T03:05:38.854Z (3 months ago)
- Topics: extractor, macromedia, macromedia-director
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 40
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.