Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hcook95/auto-subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook95 committed Jun 24, 2024
2 parents f29c9a4 + e726e54 commit aa1e440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto_subtitle/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def main():
default=".", help="directory to save the outputs")
parser.add_argument("--output_mkv", type=str2bool, default=False,
help="whether to output the new subtitled video as an .mkv container (True) or an .mp4 container (False)")
parser.add_argument("--output_mkv", type=str2bool, default=False,
help="whether to output the new subtitled video as an .mkv container (True) or an .mp4 container (False)")
parser.add_argument("--output_srt", type=str2bool, default=False,
help="whether to output the .srt file along with the video files")
parser.add_argument("--srt_only", type=str2bool, default=False,
Expand Down

0 comments on commit aa1e440

Please sign in to comment.