1.0.9 • Published 3 years ago

srt2fcpxml v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

srt2fcpxml

chloe-lam

the srt subtitle file is converted to a final cut pro subtitle

online document

installation

npm i srt2fcpxml -g

usage

Usage: srt2fcpxml [options]

Options:
  -V, --version            output the version number
  -s, --srt <source>       srt file path
  -o, --output <output>    output dir name [default current]
  -r, --rate <rate>        rate: default 30, AKA:23.98,24,25,29.87,30,50,59.94,60
  -e, --event <event>      event name
  -p, --project <project>  project name
  -c, --custom             use custom plugin
  -g, --gap <gap>          gap: number,default 3.6
  -h, --help               display help for command

basic

srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop

FPS rate

srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 23.98
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 40
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 25
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 29.87
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 30
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 50
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 59.94
srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -r 60

FCPX EventName

srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop -e <eventname>

FCPX projectName

srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop  -p <projectName>

FCPX custom subtitle plugin

srt2fcpxml -s ~/Desktop/test-vue.srt  -o ~/Desktop  -c

FCPX custom subtitle plugin gif

using FCPX custom subtitle plugin flag will copy a subtitle plugin to your motion teamplate folder

thanks:

go version:

https://github.com/GanymedeNil/srt2fcpxml