Releases: markreidvfx/pyaaf2
Releases · markreidvfx/pyaaf2
v1.7.1
v1.7.0
- Added support for copying any
AAFObjects
between files- Added
aaf_merge
example showing how to use copy method
- Added
- Added cfb viewer utility
- Fix miss-labeled dnx profiles and add 24/60 fps variants
- Updates to embed media tool
- Renamed tool to
aaf_embed_media_tool
- Migrated from optparse to argparse
- Audio channel get separated into individual streams
- Renamed tool to
Development Build
Commits
- 498c2ad: inc version (Mark Reid)
- 7c3dc68: fix typo (Mark Reid)
- 766178d: set timecode length to match the length video essence (Mark Reid)
- 6231167: fix python27 tests (Mark Reid)
- 358fb8c: add python 3.11 to testing (Mark Reid)
- 4f15598: update setup-ffmpeg github action (Mark Reid)
- f496e27: Added workaround for properties with 0/0 values (Tim Lehr)
- 872a7f9: use offical python 2.7 docker containers (Mark Reid)
- 08dcc3d: 1.7.1 release (Mark Reid)
v1.6.0
1.6.0 Release
- Data model updated, adds support for newer AAF files
- FIle context managers properly close files on exceptions
- Moved to src folder structure
- Changed default branch to main
- Lots of CI improvements, we now make wheels!
- Refactored cubic / bezier interpolators
1.6.0.dev1
Add wheel to github tagged release too
1.6.0.dev0
Upload wheel in PyPI
v1.5.0
v1.5.0 release
v1.4.1.dev
add publish action
v1.4.0
- Implemented red black trees in cfb!
- Fix cfb issue with fat being on sector 1
v1.3.0
- AMA linking improvements (thanks to @iluvcapra and @NKnuelle)
- added python 3.7 testing
- fixed rational encoding bugs
- MXF decoding improvements