Skip to content

Releases: victorwoo/transcript-video

v1.2.0 - Add RemoveSubtitles.ps1

29 Oct 04:11

Choose a tag to compare

  • Add RemoveSubtitles.ps1.
  • Fixed the handling of complex paths.

v1.1.0 - Enable automatic language detection

29 Oct 02:54

Choose a tag to compare

  • Enable automatic language detection by adding the -AutoDetectLanguage switch.

Full Changelog: v1.0.1...v1.1.0

v1.0.1 - Initial release

29 Oct 01:37

Choose a tag to compare

Initial release that implements the following features:

  • Video Transcription: Supports .mp4, .avi, and .mkv formats for transcription.
  • Subtitle Management: Automatically removes existing subtitle files with .json, .tsv, .txt, or .vtt extensions 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 -Verbose flag is used, helpful for debugging or monitoring.