Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Dec 14, 2021
1 parent 8804c0f commit 57d49e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ temp/
assets/test_video/long.mp4
assets/test_video/3.mp4
assets/test_video/a.mp4
test_files/

.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
batch_size = 100
subtitle_height = 100
error_num = 0.01
mp4_path = 'assets/test_video/2.mp4'
mp4_path = 'test_files/test_1.mp4'
output_format = 'all' # txt, srt, docx, all

time_start = '00:00:00'
Expand Down

0 comments on commit 57d49e0

Please sign in to comment.