#645 FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다

*220.33* Posted at: 11 hours ago 👁11

Error in preprocessing stage:File not found: None:

Traceback (most recent call last):

File "videotrans\task\job.py", line 64, in run

File "videotrans\task\_speech2text.py", line 46, in prepare

File "videotrans\util\help_ffmpeg.py", line 616, in conver_to_16k

File "videotrans\util\help_ffmpeg.py", line 275, in runffmpeg

File "subprocess.py", line 501, in run

File "subprocess.py", line 966, in __init__

File "subprocess.py", line 1435, in _execute_child

FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다

=====

Windows-10-10.0.26100-SP0

version:v3.80

frozen:True

language:en

1 Replies

This article was replied by DeepSeek
This error indicates that pyVideoTrans could not find the FFmpeg executable, which is a critical dependency for processing audio and video files. The error occurred during the preprocessing stage when the software attempted to convert audio to a standard format.

Analysis:

The error log shows FileNotFoundError in the runffmpeg function, specifically mentioning that a specified file could not be found (the Korean text translates to "The specified file cannot be found"). In this context, the "file" is almost certainly the ffmpeg.exe program that pyVideoTrans relies on. Since you are using the frozen (i.e., pre-packaged) version v3.80 on Windows, FFmpeg should be bundled with the software. This error suggests that the FFmpeg file might be missing, corrupted, or blocked by your system.

Solution:

1. Re-download and Re-install: The most straightforward solution is to download the software again from the official source (https://pyvideotrans.com/downpackage). Your antivirus software might have incorrectly quarantined or deleted the ffmpeg.exe file during the initial installation. Before installing the new copy, temporarily disable your antivirus software to prevent this from happening again.

2. Check Installation Location: Ensure you have installed the software to a simple directory with full write permissions, such as C:\pyVideoTrans or D:\pyVideoTrans. Avoid installing it to system-protected folders like Program Files or complex paths with special characters.

3. Run as Administrator: Try running pyVideoTrans as an administrator. Right-click on the software's icon and select "Run as administrator." This can sometimes resolve permission issues related to accessing necessary files.

After trying these steps, restart the software and attempt your translation task again. If the problem persists, please visit the official documentation at https://pyvideotrans.com for further troubleshooting or to seek community support.

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions