A .aep (After Effects Project) parser
Project description
aep_parser
An After Effects file parser in Python!
Report Bug
·
Request Feature
Table of Contents
About The Project
This as a .aep (After Effects Project) parser in Python. After Effects files (.aep) are mostly binary files, encoded in RIFX format. This parser uses Kaitai Struct to parse .aep files and return a Project object containing items, layers, effects and properties.
Installation
pip install aep-parser
Usage
from aep_parser.parsers.project import parse_project
aep_file_path = "01_empty.aep"
project = parse_project(aep_file_path)
Roadmap
See the open issues for a full list of proposed features (and known issues).
Contributing
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a merge request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License.
Contact
Benoit Delaunay - benoit.delaunay@forticheprod.com
Project Link: https://github.com/forticheprod/aep_parser
Acknowledgments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aep_parser-0.0.3.tar.gz.
File metadata
- Download URL: aep_parser-0.0.3.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
841577b29c12f4f225d9efe3cd2afac0fd27e21efa763b6db018e43489858474
|
|
| MD5 |
32d1aa4e657d0ce340c26b79b098f5a2
|
|
| BLAKE2b-256 |
bdd5bea558288c38fa5b4f4e23a7148395a5135f3efc6f7ae94a4b5251eb0eb7
|
File details
Details for the file aep_parser-0.0.3-py2.py3-none-any.whl.
File metadata
- Download URL: aep_parser-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aebe5f0d6b9b9df4e3887fa7b03590273767420fa1aec464765566bbefea898
|
|
| MD5 |
1ec6a859cb799a72c0c185c30ddb2859
|
|
| BLAKE2b-256 |
329e6fdeab007fd0759ca10c8a4ee851f89b1675098a9c7a6a6e8aa02b1d84d9
|