n0samu / DirectorCastRipper

A tool that exports assets and information from Macromedia / Adobe Director movies and casts.
MIT License
38 stars 1 forks source link

feature: Extract movies and casts from projectors #1

Open n0samu opened 1 year ago

n0samu commented 1 year ago

The director-files-extract script can do this. I should integrate it with Cast Ripper to make it easier to use.

The challenge: I need to receive and parse the command-line output of the script to know what files it extracted. I can use Shell Xtra for that. I also need to think about what happens if the script tries to overwrite an existing file. Might need to modify the script or extract to an empty folder as an intermediate step.