Avid Cutter

© 2026 trax@seznam.cz · MIT License

Download: avid-cutter-0.0.1-win64.zip (Windows, version 0.0.1)

How to use it in Avid

  1. Export your timeline as an AAF, with the audio and video linked.
  2. The video you want to cut must be on the timeline in one piece, with no cuts.

What it does

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.

How to run it

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.

Options

Note

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.

License

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.

Disclaimer

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.