https://github.com/mjiggidy/avbutils
Helper functions for pyavb
https://github.com/mjiggidy/avbutils
assistant-editor avb avid bin calculator composer editorial media post production reel reels sequence timeline trt
Last synced: 7 months ago
JSON representation
Helper functions for pyavb
- Host: GitHub
- URL: https://github.com/mjiggidy/avbutils
- Owner: mjiggidy
- License: gpl-3.0
- Created: 2023-08-24T22:06:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T00:49:58.000Z (10 months ago)
- Last Synced: 2024-12-15T01:31:39.849Z (10 months ago)
- Topics: assistant-editor, avb, avid, bin, calculator, composer, editorial, media, post, production, reel, reels, sequence, timeline, trt
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avbutils
This is a sort of wrapper around the amazing [`pyavb`](https://github.com/markreidvfx/pyavb) library. Essentially, [`pyavb`](https://github.com/markreidvfx/pyavb) provides the capability to programmatically interact with Avid bins, allowing you to read and write them directly. `avbutils`, in turn, contextualizes these capabilities, making them more accessible and intuitive for assistant editors and the like (such as myself).
## Example Programs
### get_trts.py
Found at: `examples/get_trt.py`. A command-line program to calculate the TRT directly from your Avid project's Reel bins, without requiring any EDL/AAF/XML exports.
This assumes a feature is divided into Reel bins, and will select the most recent version of each Reel from each Reel Bin.
Usage for the example command-line program:
```bash
python3 examples/get_trts.py /path/to/binsfolder/ [--head 8:00] [--tail 3:23] [--trt-adjust 0:00]
```