diff --git a/.gitignore b/.gitignore index 6dfba8c..2364d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ temp/ assets/test_video/long.mp4 assets/test_video/3.mp4 assets/test_video/a.mp4 +test_files/ .DS_Store diff --git a/main.py b/main.py index 51061b0..8bf769b 100644 --- a/main.py +++ b/main.py @@ -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'