grydev
grydev
> My suggestion, change the source code pyttsx3\drivers\sapi5.py 'save_to_file'. add a 'try except' like this Adding the try except works perfect on a windows virtual machine - thank you!
For other people facing this issue, adding `complete_video = complete_video.set_duration(complete_video.duration)` before subclipping `complete_video` seemed to solve the problem for me. `sub = complete_video.subclip(55, 60)`
did you find a solution?