1 unstable release

0.1.0 Jun 6, 2022

#9 in #caption

MIT/Apache

73KB
1.5K SLoC

Captain Caption

This is a program designed to help people edit video captions. Currently the following formats are supported:

  • .srt
  • .vtt and the following edit operations are supported:
  • concatenating multiple caption files (useful for when you stitch multiple videos into one)
  • converting captions between srt and vtt formats
  • crop captions between two timestamps or millisecond values
  • get information about a caption file, including speaker talk time
  • offset a caption by some amount of time (useful for if you place a video of known length and NO caption before the one you're editing)

This was done mostly because at the time I was learning some Rust and wanted to try my hand at writing a full program. If you would like a format added or have a feature request feel free to open an issue.

Dependencies

~2.5–3.5MB
~59K SLoC