satisl

Results 13 comments of satisl

![image](https://user-images.githubusercontent.com/116792223/227942169-9b899acd-9748-4b52-ae1e-cefa82209076.png) If the model is manually unloaded after processing the file, the program will crash ![image](https://user-images.githubusercontent.com/116792223/227942599-605c6e9a-8d18-4b21-9e28-21e76e48c275.png)

Glad to know that the reason has been detected. With this setting, the program runs nomally. However, maybe it will produce slightly worsen result? I don't know.

``` import os import subprocess from faster_whisper import WhisperModel files = os.listdir('input') for file in files: file = file.rsplit('.', 1)[0] print(file) command = f'ffmpeg -i \"input\\{file}.mp4\" -vn -ar 16000 -c:a...