Skip to content

V1.0.4

Latest

Choose a tag to compare

@MrSupW MrSupW released this 22 Sep 10:38

Release v1.0.4

This release introduces major enhancements for video content creators and power users by adding support for generating timestamped SRT subtitle files and providing greater control over the audio splitting process.

🚀 New Features

  • SRT Subtitle Generation: You can now generate industry-standard .srt subtitle files, complete with timestamps for each transcribed segment. This is perfect for adding captions to videos or for any workflow that requires synchronized text. Simply use the --save-srt (or -srt) flag to enable this feature.
  • Customizable Segment Duration: Gain more control over the VAD-based audio splitting. With the new --vad-segment-threshold (or -d) argument, you can define the target duration (in seconds) for each audio chunk. This allows for creating more granular subtitles (by using a shorter duration) or optimizing for different types of audio content. The default is 120 seconds.