Extensions:2.6/Py/Scripts/Sequencer/SimpleSubtitleEditor

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Sequencer
2018年6月29日 (金) 04:46時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Simple Subtitle Editor

Simple Subtitle Editor
Simple Subtitle Editor
UI location VSE > Properties > Simple Subtitle Editor.
Usage Self-explaining
Version 0.2.2 Author(s) James Ruan (aka jamesr)
Blender (tested on) 2.79 License GPL
Category Sequencer Distribution Extern


Executable information
File name SimpleSubtitleEditor.zip
Current version download https://github.com/jamesruan/SimpleSubtitleEditor/releases/download/0.2.2/SimpleSubtitleEditor.zip


Warning SRT/SUB is supported now.


Features

  • Adding/deleting lines of subtitle.
  • Adjusting each lines with markers in the time line.
  • Importing/exporting: SRT(SubRip) SUB(SubViewer)

Usage

From Scratch

Just press the 'new' button and there will be two markers added, marking the start and end frame of that subtitle line.

NOTE: Don't delete and insert markers manually. Use the buttons instead. There are background property storing info and manually adding or deleting markers will break its consistency.

Import

Fill in the first line editor with the file path, then click the tick aside.

Then markers' position can be tweaked. Subtitles context can be changed or deleted.

Only file of format SRT or SUB is supported.

Export

Fill in the last line editor with the file path, then click the tick aside.

Only file of format SRT or SUB is supported.

Known Problems

  • Stores only timecode info and titling info, no styling info or metadata.
  • Only appending and deleting is supported (So that is why it's called "simple", for few people would use inserting).
  • Encoding is based on your system's locale.

Future Plan

  • Interface refraction? The current interface is slow for a large file.