m1guelpf / auto-subtitle

Automatically generate and overlay subtitles for any video.
MIT License
1.63k stars 254 forks source link

Process stops at around 80%-90% finished #94

Open technopoet opened 3 months ago

technopoet commented 3 months ago

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?

redasuka02 commented 3 months ago

I have the same issue when processing a movie file. Is there any log file I can check?

TheDestr0yer commented 2 months ago

Same error