# SrtTextMatcher **Repository Path**: iamcggg/SrtTextMatcher ## Basic Information - **Project Name**: SrtTextMatcher - **Description**: match speech recognized srv file and text file into srv - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SrtTextMatcher 如果你有一个视频文件想要配上字幕,这个软件可以帮助到你。 先使用语音识别程序识别出来一个非完全正确的srv文件,配上完整正确的txt文件。 本软件将两者合并,生成带时间戳的、完全正确的srv文件。 使用方法: SrtTextMatcher [input srv file] [input txt file] [output srv file] 或者使用SubtitleMatcher windows图形界面程序。