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

when dubbing video using f5tts in pyvideotrans software its repeating lines again and again in dubbed video. please solve the issue 🙏🙏 #742

Open
abhijeet12s opened this issue Feb 22, 2025 · 4 comments

Comments

@abhijeet12s
Copy link

when dubbing video using f5tts in pyvideotrans software its repeating lines again and again in dubbed video, i am using windows 11

@abhijeet12s abhijeet12s changed the title when dubbing video using f5tts in pyvideotrans software its repeating lines again and again in dubbed video when dubbing video using f5tts in pyvideotrans software its repeating lines again and again in dubbed video. please solve the issue 🙏🙏 Feb 22, 2025
@jianchang512
Copy link
Owner

Close the software, delete all the files in the logs folder in the software directory, then rewrite the startup, execute the task, and when execution is complete, upload the newly generated log file under logs

@abhijeet12s
Copy link
Author

abhijeet12s commented Mar 4, 2025

20250304.log

**Issue happens with f5 tts **

When generating audio files from the provided SRT subtitles, there is a repetition issue in the audio output. Specifically, the audio for timestamp number 7 is being repeated multiple times, while the subsequent subtitles (8, 9, and 10) are being skipped or replaced by the repeated audio. and its happen to multiple subtitles

Example of the Issue:

In the generated audio file, the following repetition occurs:

7
00:00:11,779 --> 00:00:13,800
"To dedicate my entire life to Ratatoskr,"

8
00:00:13,800 --> 00:00:15,759
"To dedicate my entire life to Ratatoskr,"

9
00:00:15,839 --> 00:00:18,719
"To dedicate my entire life to Ratatoskr,"

10
00:00:18,719 --> 00:00:20,140
"To dedicate my entire life to Ratatoskr,"

Expected Behavior:

The audio should correctly correspond to the subtitles as follows:


![Image](https://github.com/user-attachments/assets/ce99db26-dc0e-411d-a325-a7e55bb676dd)

7
00:00:11,779 --> 00:00:13,800
"To dedicate my entire life to Ratatoskr,"

8
00:00:13,800 --> 00:00:15,759
"While you, you abandoned Ratatoskr,"

9
00:00:15,839 --> 00:00:18,719
"Transforming yourself into the mouthpiece of a family on the verge of collapse."

10
00:00:18,719 --> 00:00:20,140
Jishiyu pulled out three concealed throwing weapons,

Potential Causes:

  1. SRT Parsing Error: The SRT file might not be parsed correctly, causing the system to misinterpret the timestamps and text.
  2. Audio Generation Logic: The logic responsible for generating audio from the SRT file might have a bug that causes it to repeat a specific line instead of progressing to the next subtitle.
  3. Concurrency Issue: If the audio generation process is multi-threaded, there might be a race condition or synchronization issue causing the repetition.

Image

@jianchang512
Copy link
Owner

what is version ? 3.61 ?

@abhijeet12s
Copy link
Author

abhijeet12s commented Mar 4, 2025 via email

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