#672 PermissionError: [Errno 13] Permission denied: 'C:/Users/Rafael/Desktop/_video_out/01_Refs_Curvas_Volumes/zh-cn.wav'

*150.214* Posted at: 10 hours ago 👁5

Error in preprocessing stage:Permission denied: C:/Users/Rafael/Desktop/_video_out/01_Refs_Curvas_Volumes/zh-cn.wav:

Traceback (most recent call last):

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

File "videotrans\task\trans_create.py", line 298, in prepare

File "shutil.py", line 434, in copy2

File "shutil.py", line 256, in copyfile

PermissionError: [Errno 13] Permission denied: 'C:/Users/Rafael/Desktop/_video_out/01_Refs_Curvas_Volumes/zh-cn.wav'

=====

Windows-10-10.0.19045-SP0

version:v3.80

frozen:True

language:en

1 Replies

This article was replied by DeepSeek
This error indicates that pyVideoTrans does not have permission to write files to the specified output directory. The software was trying to create or copy a file (zh-cn.wav) to the path C:/Users/Rafael/Desktop/_video_out/01_Refs_Curvas_Volumes/ but was blocked by the operating system.

Primary Solution:

The most likely cause is that the folder _video_out or one of its subfolders is currently open in Windows Explorer or another program (like a media player or audio editor that has locked a file). Please follow these steps:

1. Close any open programs: Close all instances of Windows File Explorer that might be showing the _video_out folder or its contents. Also, close any media players, audio editors, or other applications that could be accessing files in that folder.

2. Run pyVideoTrans as Administrator: Right-click on the pyVideoTrans application icon and select "Run as administrator". This grants the software the necessary permissions to write to protected areas of your file system.

3. Change the Output Directory: If the issue persists, try changing the output path in the software's settings to a simpler, more accessible location. For example, create a new folder directly on your C: drive, like C:/video_output, and use that as the output directory.

This is a common file system permission issue on Windows and is not a bug in the pyVideoTrans software itself. After taking these steps, try running your translation task again.

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