Webvtt CLI

I wrote this CLI in C++ while I was working with Skillman Library at Lafayette College. For our video captioning workflow, we wrote captions in a spreadsheet. To display subtitles over a video, this spreadsheet would need to be converted into an appropriate VTT file. This tool can take multiple CSV files as input and write them to separate VTT files that can be added to a video.

This tool can be installed via Homebrew as detailed by the readme here.

Project link: https://github.com/LafayetteCollegeLibraries/webvtt-cli

Nifty tech tag lists fromĀ Wouter Beeftink