ccap

Crates.ioccap
lib.rsccap
version0.1.0
sourcesrc
created_at2022-06-06 19:55:20.191596
updated_at2022-06-06 19:55:20.191596
descriptionEdit caption files.
homepage
repositoryhttps://github.com/jbteves/ccap
max_upload_size
id600947
size76,799
Joshua Teves (jbteves)

documentation

https://docs.rs/ccap

README

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.

Commit count: 33

cargo fmt