Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naipofo/vobsubconvertjp
Convert japanese VobSub subtitles into a text-based subtitle format
https://github.com/naipofo/vobsubconvertjp
Last synced: about 1 month ago
JSON representation
Convert japanese VobSub subtitles into a text-based subtitle format
- Host: GitHub
- URL: https://github.com/naipofo/vobsubconvertjp
- Owner: naipofo
- Created: 2023-07-02T10:11:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T19:17:11.000Z (about 1 year ago)
- Last Synced: 2024-04-24T03:26:25.326Z (9 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VobSubConvertJp
[![Open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/naipofo/VobSubConvertJp/blob/main/VobSubConvertJp.ipynb)This notebook will convert your japanese VobSub subtitles (`.idx` + `.sub`) to conventional text subtitles (SubStation Alpha). You might need text subtitles
to adjust subtitle style to your preferences or for automatic dictionary lookup and flashcard creation.This will also work with subtitles in `.sup` format. You can convert them to a `.idx` + `.sub` combo with [`bdsup2subpp`](https://github.com/mjuhasz/BDSup2Sub).
This notebook uses [`manga-ocr`](https://github.com/kha-white/manga-ocr) for character recognition, [`vobsub2png`](https://github.com/emk/subtitles-rs/blob/master/vobsub2png/README.md)
to parse the VobSub Subtitle format, and [`pysubs2`](https://github.com/tkarabela/pysubs2) to create text subtitles.This notebook is not perfect; it has problems with mixed vertical and horizontal text, italics, and sometimes it ignores opening parentheses but it's still a lot better than existing software.