mirror of
https://github.com/imrayya/SRTto3Dsubtitles.git
synced 2026-09-21 10:17:27 +02:00
Updated Readme
Spell check some stuff too
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# SRT subtitles to 3D subtitles
|
# SRT subtitles to 3D subtitles
|
||||||
## The problem
|
## The problem
|
||||||
I wanted watch a movie with subtitle, like I always do, but the subtitles for the movie I have was a traditonal .srt while the movie I was watching was a 3D movie which was **H**alf **S**ide **B**y **S**ide (HSBS). The subtitles in question were centered which was very disorienting to read while watching the movie. The solution? Write my own program to convert it for me
|
I wanted watch a movie with subtitle, like I always do, but the subtitles for the movie I have was traditional .srt while the movie I was watching was a 3D movie which was **H**alf **S**ide **B**y **S**ide (HSBS). The subtitles in question were centered which was very disorienting to read while watching the movie. The solution? Write my own program to convert it for me.
|
||||||
|
|
||||||
## Convert
|
## Convert
|
||||||
Currently just a command line program to convert a .srt subtitle file to a .ass subtitle file while making it compatable with the HSBS format. Either drag the SRT file on the .exe to convert the .srt file or run the command `SRTto3D.exe [insert your file name here]` and the program will convert it. Word of warning, I have yet to put in formating and the program will strip off any formatting of the srt. It will also likely fail with .srt file that contain a positional information.
|
Currently just a command line program to convert a .srt subtitle file to an .ass subtitle file while making it compatible with the HSBS format. Either drag the SRT file on the .exe to convert the .srt file or run the command `SRTto3D.exe [insert your file name here]` and the program will convert it. Word of warning, the program will strip off any positional data off the srt. It will also likely fail with .srt file that contain a positional information.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
_Basically nothing right now_
|
_Basically nothing right now_
|
||||||
@@ -14,7 +14,7 @@ _Basically nothing right now_
|
|||||||
- [ ] For Anaglyph 3D media (red and green media)
|
- [ ] For Anaglyph 3D media (red and green media)
|
||||||
- [ ] For traditionally media (pancake mode).
|
- [ ] For traditionally media (pancake mode).
|
||||||
- _I suggest to just use ffmpeg for this use case_
|
- _I suggest to just use ffmpeg for this use case_
|
||||||
- [ ] Convert formatting of .srt subtitles to transfer to the converted version
|
- [x] Convert formatting of .srt subtitles to transfer to the converted version
|
||||||
- [ ] Convert positional data of .srt subtitles
|
- [ ] Convert positional data of .srt subtitles
|
||||||
- [ ] Add changes which allows custom:
|
- [ ] Add changes which allows custom:
|
||||||
- [ ] Font
|
- [ ] Font
|
||||||
@@ -27,7 +27,7 @@ _Basically nothing right now_
|
|||||||
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
For some reason that I have yet to understand, Plex Transcorder doesn't not like the converted subtitles (it has a a werid issue) but it works perfectly in VLC
|
For some reason that I have yet to understand, Plex Transcoder doesn't not like the converted subtitles (it has a weird issue) but it works perfectly in VLC
|
||||||
|
|
||||||
## Warning
|
## Warning
|
||||||
The code is a complete and utter mess with very little comments in it. This was meant to be a private project and I haven't had the chance to clean it up yet
|
The code is a complete and utter mess with very little comments in it. This was meant to be a private project and I haven't had the chance to clean it up yet.
|
||||||
|
|||||||
Reference in New Issue
Block a user