1
1
Fork
You've already forked rapidsubv0
0
custom workflow subtitle authoring software
  • Scheme 75%
  • Shell 25%
2025年10月10日 20:07:07 +01:00
.gitignore implement the final export step (or most of it) 2025年10月09日 23:04:29 +01:00
align.sh initial commit 2025年10月05日 21:06:17 +01:00
applycues.scm fix buggy cue splitting behaviour 2025年10月10日 20:07:07 +01:00
csv2webvtt.sh initial commit 2025年10月05日 21:06:17 +01:00
cuerecord.sh add the 'cue' step using mpv shenanigans 2025年10月05日 23:18:07 +01:00
manifest.scm implement the final export step (or most of it) 2025年10月09日 23:04:29 +01:00
mpv-cue-input.conf add the 'cue' step using mpv shenanigans 2025年10月05日 23:18:07 +01:00
rapidsubv0 implement the final export step (or most of it) 2025年10月09日 23:04:29 +01:00
README implement the final export step (or most of it) 2025年10月09日 23:04:29 +01:00
transcribe.sh initial commit 2025年10月05日 21:06:17 +01:00

 --- 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