SubKt
SubKt copied to clipboard
SubKt is a highly configurable toolkit for fansubbing automation written in Kotlin for Gradle. Documentation can be found at https://github.com/Myaamori/SubKt/blob/master/docs/subkt/index.md
One such example is if the file contains negative duration lines. In these circumstances, mkvmerge (typically) carries on with the mux, but emits warnings to stderr and exits with the...
Untested, I don't know Kotlin, hopefully this is vaguely sane.
I'm syncing an OP and an ED to an episode using subkt. However, using `syncTargetLine` and `syncSourceLine`, some lines appear to be randomly offset by 1 frame (both positive and...
When a font isn't found (fatal error), it should actually indicate that it is an error in the log output, rather than "warning". That should make it easier for the...
### Example: Name of the show: Tantei wa Mou, Shindeiru. Torrent filename is: Tantei wa Mou, Shindeiru. - 01 [1080p].torrent After doing the nyaa.01 task when downloading the uploaded torrent...
- [ ] Incorrect syntax for sync times in the example file - [ ] Should prefer sync lines instead - [ ] Include example of `fromIfPresent` - [ ]...
```kt fromIfPresent(get("OP")) { syncTargetTime(getAs("opsync")) } ``` can apparently result in the following error: ``` * What went wrong: Could not determine the dependencies of task ':merge.34.TV'. > no match for...