Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Timeline of the command line is different from the Timeline of the output file? #99

Open
zx3777 opened this issue Jun 2, 2024 · 2 comments

Comments

@zx3777
Copy link

zx3777 commented Jun 2, 2024

windows10
whisper-ctranslate2 0.4.4
faster whisper 1.0.2
cuda12 py310
--vad_filter false --word_timestamps True

command line
[00:00.000 --> 00:02.380]
[00:03.840 --> 00:04.000]
[00:05.720 --> 00:06.000]
[00:07.120 --> 00:08.000]
[00:08.600 --> 00:10.100]
[00:10.100 --> 00:12.000]
[00:16.000 --> 00:17.600]
[00:18.260 --> 00:20.000]

output file .srt
1
00:00:00,000 --> 00:00:02,380
2
00:00:03,840 --> 00:00:04,540
3
00:00:05,720 --> 00:00:06,420
4
00:00:07,120 --> 00:00:08,000
5
00:00:08,600 --> 00:00:10,100
6
00:00:10,100 --> 00:00:12,000
7
00:00:16,000 --> 00:00:17,600
8
00:00:18,260 --> 00:00:20,200

Why does this happen?

@jordimas
Copy link
Collaborator

jordimas commented Jun 2, 2024

Hello. Can you share the file that allows me to reproduce this? Thanks

@zx3777
Copy link
Author

zx3777 commented Jun 2, 2024

Hello. Can you share the file that allows me to reproduce this? Thanks
this file:

https://pixeldrain.com/u/98UrzQxp

my command:
whisper-ctranslate2 --model medium --output_format srt --local_files_only True --word_timestamps True --language ko --vad_filter false test_30sec.aac

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

No branches or pull requests

2 participants