-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
91 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,37 @@ | ||
SimpleSubtitleEditor | ||
==================== | ||
# SimpleSubtitleEditor | ||
|
||
SimpleSubtitleEditor for Blender | ||
An Blender Addon for editing subtitles. | ||
|
||
Usage: | ||
## Features | ||
- Adding/deleting lines of subtitle. | ||
- Adjusting each lines with markers in the time line. | ||
- Importing/exporting: SRT(SubRip) SUB(SubViewer). | ||
|
||
##Usage | ||
|
||
When activated, your should find an UI in Video Sequencer Editor > Properties > SimpleSubtitleEditor. | ||
|
||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters