#1568 [Errno 2] No such file or directory: 'Entry Point _ Game Engine Series/zh-cn.m4a'

104.249* Posted at: 12 hours ago 👁11

[Errno 2] No such file or directory: 'Entry Point _ Game Engine Series/zh-cn.m4a'


=
system:Windows-10-10.0.26200-SP0
version:v3.85
frozen:True
language:zh
root_dir:E:/fan_yi/win-pyvideotrans-v3.85

1 Replies

该错误是由于视频文件的路径或文件名中包含了特殊字符(空格和斜杠 /)导致的。ffmpeg 在处理此类路径时容易出错。

解决方案:

  1. 重命名文件(推荐):

    • 将原视频文件 Entry Point _ Game Engine Series 重命名为一个简单的英文名,例如 video.mp4
    • 确保新文件名不包含空格、中文或任何特殊符号(如 /, \, *, ? 等)。
  2. 移动文件位置:

    • 将重命名后的文件移动到一个路径短且纯英文的目录下,例如 D:/tmp/video.mp4
  3. 重新处理:

    • 在软件中重新选择处理这个新路径下的文件。

根本原因: 软件在处理音视频时依赖 ffmpeg,而 ffmpeg 对包含空格和特殊字符的文件路径支持不佳,尤其是在 Windows 系统上。遵循“路径无中文、无空格”的原则可以避免绝大多数此类问题。

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