Trim video files as specified in a Final Cut Pro XML file
Install NodeJS. Install ffmpeg:
brew install ffmpeg
npm install -g fcptrim
I used Adobe Premiere. Presumably other programs might work as well, like FCP? The trimmed clips must all be the same length and must all start at time 0.
Output will be written to trimmed/
in the current directory.
fcptrim sequence.xml | bash