Giter Site home page Giter Site logo

lrc-to-premiere-subtitles's Introduction

Mp3 歌词文件LRC格式为PREMIERE格式

Lyric to premiere pro cc subtitles

如何使用这个程序?

使用前请确认你的电脑是否安装和配置好Java环境
  • download

  • 双击运行进入小程序界面

  • 选择要转换的歌词文件(注意一定是*.lrc格式的文件,选择点击确定后自动转换)

  • 点击另存为 将转换好的文件进行保存,以便导入到Premiere 中

  • 这里可以 选择转换后的文件保存的文件夹和修改文件名称(指定文件名称和文件路径)

  • 将转换好的文件导入到Premiere 中

  • 转换前的文件后缀名称和转换后的文件后缀名称

  • 鼠标拖入Premiere软件 就可以使用了

转换前格式

[ml:1.0]

[00:00.10]That Girl - Olly Murs

[00:00.57]

[00:00.57]There's a girl but I let her get away

[00:05.80]曾经心爱的女孩 我却让她擦肩而过

[00:05.80]It's all my fault cause pride got in the way

[00:05.80]hidden .......................^^^^^^^

[02:49.54]那个女孩

[02:49.54]The one I let get away

[02:53.54]我们曾擦肩而过

[02:53.54]


转换后的格式

<?xml version="1.0" encoding="UTF-8"?>
<tt xmlns="http://www.w3.org/ns/ttml" xmlns:ttp="http://www.w3.org/ns/ttml#parameter"
	xmlns:ttm="http://www.w3.org/ns/ttml#metadata" xmlns:tts="http://www.w3.org/ns/ttml#styling"
	ttp:dropMode="nonDrop" ttp:frameRate="25" ttp:timeBase="smpte">

	<head>
		<styling>
			<style tts:color="white" tts:fontFamily="monospace"
				tts:fontWeight="normal" tts:textAlign="left" xml:id="basic" />
		</styling>
		<layout>
			<region tts:backgroundColor="transparent" xml:id="pop1" />
			<region tts:backgroundColor="transparent" xml:id="paint" />
			<region tts:backgroundColor="transparent" xml:id="rollup2" />
			<region tts:backgroundColor="transparent" xml:id="rollup3" />
			<region tts:backgroundColor="transparent" xml:id="rollup4" />
		</layout>
		<metadata />
	</head>

	<body>
		<div>

			<p begin="00:00:10" end="00:00:57" region="pop1" style="basic"
				tts:origin="10% 78.744%">
				<span>
					That Girl - Olly Murs
				</span>
			</p>			
		</div>
	</body>

</tt>

lrc-to-premiere-subtitles's People

Contributors

uboger avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.