Skip to content
/ fcptrim Public

Trim video files as specified in a Final Cut Pro XML file

Notifications You must be signed in to change notification settings

ddnn55/fcptrim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fcptrim

Trim video files as specified in a Final Cut Pro XML file

Usage

Install dependencies

Install NodeJS. Install ffmpeg:

brew install ffmpeg

Install

npm install -g fcptrim

Create "Final Cut Pro XML" representing any number of trimmed videos in a sequence

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.

Trim

Output will be written to trimmed/ in the current directory.

fcptrim sequence.xml | bash

About

Trim video files as specified in a Final Cut Pro XML file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published