ccap 0.1.0

Edit caption files.
Documentation
  • Coverage
  • 70.15%
    47 out of 67 items documented2 out of 48 items with examples
  • Size
  • Source code size: 76.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jbteves/ccap
    2 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jbteves

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.