Skip to content

The srt subtitle file is converted to a final cut pro subtitle file.(srt字幕文件转为final cut pro 字幕文件)

License

Notifications You must be signed in to change notification settings

chloe-lam/srt2fcpxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srt2fcpxml

srt 字幕文件转为final cut pro 字幕文件(fcpxml)

本软件使用 final cut pro X 10.4.6 版本的 fcpxml 文件作为模版开发,如果有问题请升级到对应版本

编译

在项目目录下执行make命令后在build目录下生成srt2fcpxml执行文件。

下载

不想编译的用户可以直接下载执行文件

使用

首先需要赋予程序执行权限 chmod +x ./srt2fcpxml

$ ./srt2fcpxml
  -fd int
    	帧率目前支持 23.98、24、25、29.97、30、50、59.94、60 (default 25)
  -srt string
    	srt 字幕文件

执行

$ ./srt2fcpxml -srt /tmp/test.srt

在 srt 文件的目录中会自动生成以srt文件名命名的fcpxml文件。

About

The srt subtitle file is converted to a final cut pro subtitle file.(srt字幕文件转为final cut pro 字幕文件)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.7%
  • Makefile 0.3%