Releases: victorwoo/transcript-video
Releases · victorwoo/transcript-video
v1.2.0 - Add RemoveSubtitles.ps1
v1.1.0 - Enable automatic language detection
- Enable automatic language detection by adding the
-AutoDetectLanguageswitch.
Full Changelog: v1.0.1...v1.1.0
v1.0.1 - Initial release
Initial release that implements the following features:
- Video Transcription: Supports
.mp4,.avi, and.mkvformats for transcription. - Subtitle Management: Automatically removes existing subtitle files with
.json,.tsv,.txt, or.vttextensions to avoid conflicts. - Progress Tracking: Provides a progress bar to monitor the status of the transcription process in real-time.
- Verbose Mode: Enables detailed logging and output when the
-Verboseflag is used, helpful for debugging or monitoring.