custom workflow subtitle authoring software
| .gitignore | implement the final export step (or most of it) | |
| align.sh | initial commit | |
| applycues.scm | fix buggy cue splitting behaviour | |
| csv2webvtt.sh | initial commit | |
| cuerecord.sh | add the 'cue' step using mpv shenanigans | |
| manifest.scm | implement the final export step (or most of it) | |
| mpv-cue-input.conf | add the 'cue' step using mpv shenanigans | |
| rapidsubv0 | implement the final export step (or most of it) | |
| README | implement the final export step (or most of it) | |
| transcribe.sh | initial commit | |
--- RapidSub v0 --- custom workflow subtitle authoring software [v0: prototype written with shell scripts] To run it you need a few things: - bash - mpv - jq - curl - a running instance of Gentle's web interface `-> if you have Docker, you can just run: $ docker run -p 8765:8765 -P lowerquality/gentle - GNU awk - ffmpeg - chicken scheme 5 - perhaps other things i forgot