© 2026 trax@seznam.cz · MIT License
Download: avid-cutter-0.1.0-win64.zip (Windows, version 0.1.0, built 2026-06-01 13:32)
Avid Cutter is a small tool for Avid Media Composer editors.
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 Media Composer 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 Media Composer. 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--no-update-check – do not check online for a newer version--version – show the version--help – show all optionsOn start it checks once a day for a newer version (a small request to this
website). Turn it off with --no-update-check or the
AVID_CUTTER_NO_UPDATE_CHECK environment variable.
It 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.