The error "Selection Required" indicates that the software is trying to access a file or folder but cannot proceed because a specific selection is missing. Based on the path C:\Users\alsan\Pictures\whisper-large-V3-F32-GGML, this is likely related to the Whisper model files.
Here are the steps to resolve this issue:
- Move the Model Folder: The software cannot read model files from the
Pictures directory. You must move the whisper-large-V3-F32-GGML folder out of Pictures and into the correct location. - Correct Model Location: Place the model folder inside the
pyVideoTrans application directory, specifically in the models folder. The full path should look like this:
C:/YourPyVideoTransPath/models/whisper-large-V3-F32-GGML
(Replace C:/YourPyVideoTransPath/ with the actual path where you extracted the pyVideoTrans software). - Path Format: Ensure the path to the pyVideoTrans software itself does not contain any Chinese characters, spaces, or special symbols. A simple path like
D:/videotrans is recommended.
After moving the model, restart the software and try again.
If the problem persists, please provide the complete log file from the videotrans/logs/ directory.