I’m using PyVideoTrans with the VA + F5-TTS voice cloning workflow.
The problem is that the SRT file generated by the translation model is not translated accurately enough. I already have my own corrected Vietnamese .srt file, and I want PyVideoTrans to use my corrected SRT instead of the SRT generated by its translation step.
However, I cannot figure out how to replace/import my own SRT while keeping the VA + F5-TTS cloned voice workflow.
Is there a way to:
- Use my own Vietnamese
.srtfile as the subtitle/script input. - Skip or bypass PyVideoTrans's automatic translation step.
- Still use the VA + F5-TTS voice cloning to generate the audio from my corrected SRT.
- Keep the original timing/segment structure of my SRT if possible?
I do not want to modify the PyVideoTrans source code. I just want to know whether there is an existing workflow or setting that allows me to use a manually corrected SRT with VA + F5-TTS.