© trax@seznam.cz
Contact: trax@seznam.cz
Download: avid-cutter-0.0.1-win64.zip (Windows, version 0.0.1 – first release)
Avid Cutter looks at your video, finds the cuts (where one shot changes to the next), and makes a new AAF. In the new AAF the video is split into those shots, and the audio is split at the same places. You open the new AAF in Avid and it links back to your media.
Run it on your exported AAF:
avid-cutter --from-aaf yourfile.aaf
This makes "yourfile_cuts.aaf" next to your AAF. Open that file in Avid. You can also run it straight on a video file.
--from-aaf <file> – read the video from an AAF--output <file> – where to save the new AAF--no-audio – cut only the video, leave the audio tracks out--detector content – try a different cut detector (default: adaptive)--downscale 4 – analyse faster (good for long or heavy video)--probe – just show the video info and stop--version – show the version--help – show all optionsIt works with one video at a time. If the AAF has more than one video, it shows a warning and cuts the first (master) video.
Avid Cutter is released under the MIT License. It bundles third-party software (FFmpeg, PySceneDetect, PyAV, OpenCV, pyaaf2, NumPy, platformdirs); the download includes their notices.
This software is provided "as is", without warranty of any kind, express or implied. The author is not liable for any claim, damages, or data loss arising from its use. Use it at your own risk.
Version 0.0.1 – first release.