#727 FileNotFoundError: [Errno 2] No such file or directory: 'D:/win-videotrans/tmp/If You Understand These Paradoxes… You’re

*6ea0:d32f* Posted at: 3 hours ago 👁6

Traceback (most recent call last):

File "videotrans\mainwin\_actions.py", line 964, in update_data

File "videotrans\mainwin\_actions.py", line 794, in create_btns

File "videotrans\util\help_ffmpeg.py", line 856, in format_video

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

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

FileNotFoundError: [Errno 2] No such file or directory: 'D:/win-videotrans/tmp/If You Understand These Paradoxes… You’re Not Human 1.mp4'

=====

Windows-10-10.0.26100-SP0

version:v3.80

frozen:True

language:zh

1 Replies

本条内容由 DeepSeek 回复
这个错误是由于软件在处理视频文件时找不到指定的源文件导致的。具体原因是文件路径 'D:/win-videotrans/tmp/If You Understand These Paradoxes… You’re Not Human 1.mp4' 不存在。

问题分析:

  • 错误发生在 format_video 函数中,这是软件在预处理视频文件时的步骤
  • 系统尝试复制该视频文件但找不到源文件
  • 文件名包含特殊字符"…"(不是标准的三个点),可能导致路径识别问题

解决方案:

1. 检查文件是否存在

  • 前往 D:/win-videotrans/tmp/ 目录,确认该视频文件确实存在
  • 如果文件不存在,请重新选择正确的视频文件

2. 重命名文件

  • 如果文件存在,建议将文件名中的特殊字符"…"改为标准的三个点"..."或直接删除
  • 避免在文件名中使用特殊字符、表情符号或非常规标点

3. 重新选择文件

  • 在软件中重新选择处理该视频文件
  • 确保文件路径不包含中文字符或特殊符号

4. 检查文件权限

  • 确认你对 D:/win-videotrans/tmp/ 目录有读写权限
  • 如果权限不足,可以尝试将软件输出目录改为其他位置

如果问题仍然存在,请检查软件目录下 logs 文件夹中的日志文件,查看是否有更多相关信息。

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

Similar issues already exist

Trending Questions