Skip to content

VTT Output support added#89

Open
zaltinsoy wants to merge 21 commits into
m1guelpf:mainfrom
zaltinsoy:main
Open

VTT Output support added#89
zaltinsoy wants to merge 21 commits into
m1guelpf:mainfrom
zaltinsoy:main

Conversation

@zaltinsoy

Copy link
Copy Markdown

Added an option to create subtitle files in the .VTT format.

@what-the-diff

what-the-diff Bot commented Jun 25, 2024

Copy link
Copy Markdown

PR Summary

  • Implementation of a new command line flag for adjusting subtitle format
    A new command line flag --subtitle_format, has been introduced. This will help users specify the subtitle file format type they prefer, whether it be srt or vtt.

  • Modification of the 'get_subtitles' and 'write_srt' functions in 'cli.py'
    The functionality of these two functions has been updated to support multiple subtitle formats. The format handled by these functions will now depend on the subtitle_format argument provided by the user.

  • Modification of 'format_timestamp' and 'write_srt' functions in 'utils.py'
    Similarly, these functions have also been updated to facilitate different subtitle formats according to the subtitle_format argument.

zaltinsoy added 8 commits July 3, 2024 11:17
URLs changed
New name and description added
Squashed commit of the following:

commit fe4f542
Author: Darren Jeacocke <dazonic@me.com>
Date:   Wed Mar 29 22:14:13 2023 +1000

    Remove unused str2bool function

commit 4ee986e
Author: Darren Jeacocke <dazonic@me.com>
Date:   Wed Mar 29 21:56:13 2023 +1000

    Make boolean flags store_true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants