https://github.com/zeptofine/blender-subtitles-io
https://github.com/zeptofine/blender-subtitles-io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeptofine/blender-subtitles-io
- Owner: zeptofine
- Created: 2024-09-16T02:29:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-18T15:52:37.000Z (9 months ago)
- Last Synced: 2024-11-12T16:37:58.611Z (7 months ago)
- Language: Python
- Size: 1.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A script I made to convert TextSequences to .ass (SubStation Alpha) subtitle format.

Check out the [test blend file](test-files/) for an example. It shows off many of the features in the script, featuring Tom Cardy's "Paint That Lady" because I thought it was funny. Audio is not provided.
Many features are missing at the time. For the best experience, try to install an "Arial"-esque font and refrain from updating fields in the Layout dropdown menu.

### Installation:
To install the subs dependency, run
```bash
/path/to/blender/4.3/python/python -m pip install pysubs2
```
The script will not work without this package.Select the text sequences in your VSE and run the
script in a window.
To change the filename of the resulting .ass, edit the OUTPUT_PATH variable in the main.py variable.I may turn this into an extension in the future, Idk