This is a simple Windows application that is designed to edit SRT files containing the transcript of a video.
Simply set a Video URL in the Video text box and the location of the SRT file in the "SRT File" text box and the transcript will automatically sync as the video plays or as you move the slider.
Click on the SRT list entry to edit the contents. When you are done click the save button on the toolbar to save the updated SRT file.
It is assumed that an initial SRT file has been created from automatic transcription and you are verifying it for correctness, fixing a few typos here and there as the video plays.
To install the app follow this Clickonce Install Link.
Your web browser will download this file which you can then open. You should see the following dialog:
Please be sure to check the "Publisher" is listed as "Chris Lovett".
See example.srt for an example SRT file. The format is very simple:
- An index starting with 1 for each record.
- The time range for the snippet
- The text transcribed during this time range.
- A blank line.
For questions and issues please use the github issues list.