Skip to content

files for parsing Premier Pro CC files and extracting media pathnames

License

Notifications You must be signed in to change notification settings

fgiraffe/pp_parse

Repository files navigation

pp_parse

Extract media file names from an Adobe Premiere Pro CC project file.

Installation and use:

####If you do not yet have virtualenv installed, install that first: $ pip install virtualenv ####You'll want to know where your python3 is installed: $ which python3

###Recommended install steps: $ git clone git@github.com:fgiraffe/pp_parse.git $ cd pp_parse/ $ virtualenv venv $ virtualenv -p path to your local python 3 venv $ source venv/bin/activate $ pip install -r requirements.txt

###Usage: $ python3 pp_parse.py anAdobePremiereProProjFile.prproj

or

$ python3 pp_parse.py -h

will display options.

About

files for parsing Premier Pro CC files and extracting media pathnames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published