jianwwpro / srt2fcpxml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srt2fcpxml

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

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

编译

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

下载

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

使用

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

执行

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

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

版本注意

如果final cut pro 版本为10.4,将生成的fcpxml文件使用编辑软件(如sublime)打开后,将 <fcpxml version="1.8"> 修改成 <fcpxml version="1.7">

About

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

License:MIT License


Languages

Language:Go 99.3%Language:Makefile 0.7%