Merge branch 'feature/kaiju466/add-cli-options-and-3d-mode' of https://github.com/kaiju466/SRTto3Dsubtitles into feature/kaiju466/add-cli-options-and-3d-mode

This commit is contained in:
Emrick, Joshua
2026-06-15 10:00:27 -04:00
+5 -5
View File
@@ -9,9 +9,9 @@ Currently just a command line program to convert a .srt subtitle file to an .ass
_Basically nothing right now_ _Basically nothing right now_
- [x] Convert a .srt to an .ass/.ssa - [x] Convert a .srt to an .ass/.ssa
- [x] For HSBS media - [x] For HSBS media
- [ ] For **S**ide **B**y **S**ide (SBS) media - [X] For **S**ide **B**y **S**ide (SBS) media
- [ ] For **O**ver **U**nder (OU) media - [X] For **O**ver **U**nder (OU) media
- [ ] For Anaglyph 3D media (red and green media) - [X] For Anaglyph 3D media (red and green media) - Warning Experimental
- [ ] 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_
- [x] Convert formatting of .srt subtitles to transfer to the converted version - [x] Convert formatting of .srt subtitles to transfer to the converted version
@@ -20,9 +20,9 @@ _Basically nothing right now_
- [ ] Font - [ ] Font
- [ ] Color - [ ] Color
- [ ] Position - [ ] Position
- [ ] Margins - [X] Margins
- [ ] Encoding - [ ] Encoding
- [ ] Add a proper GUI - [X] Add a proper GUI
- [ ] Any form of error handling or unit testing - [ ] Any form of error handling or unit testing