An easy-to-use template-based captioning utility you can run with nodejs.
- NodeJS 18.15+
- Run
git clone https://github.com/jndietz/caption-captain.git
cd <your-checkout-directory>\caption-captain
npm run start
- Navigate your browser to
http://localhost:1337
.
example.mp4
Template fields are wrapped in angle brackets <>
. An example caption may be something like:
a <drawingType> of a <animalType> sitting on a <chairType> eating a piece of <foodType>
.
Clicking Generate Fields
will create an input for each placeholder in your template string.
Nope! You can type whatever you want into the caption output text field and it will save.