I've been trying to generate subtitles for a movie, translating them from Spanish to English, using this command:
auto_subtitle "C:\Users\User\Videos\Movies\LM2.mp4" --model medium --language es --task translate --srt_only true -o subtitled/
And it seems to work all right, no errors or anything, but when it's about 80%-90% done, it stops and shows me the command prompt again, and only sometimes writes an .srt file.
The video file I've been working with is about an hour and 22 minutes long, but I've tried cutting it in half and even on the shorter file, it still fails around 80%.
Is there anything else I should be doing to make it work?
I've been trying to generate subtitles for a movie, translating them from Spanish to English, using this command:
auto_subtitle "C:\Users\User\Videos\Movies\LM2.mp4" --model medium --language es --task translate --srt_only true -o subtitled/
And it seems to work all right, no errors or anything, but when it's about 80%-90% done, it stops and shows me the command prompt again, and only sometimes writes an .srt file.
The video file I've been working with is about an hour and 22 minutes long, but I've tried cutting it in half and even on the shorter file, it still fails around 80%.
Is there anything else I should be doing to make it work?