#1600 运行时错误:opening output file D:/AI/videotran/win-pyvideotrans-v3.85/output/audiofromvideo/videoplayback_2.wav. opening outp

104.249* Posted at: 13 hours ago 👁13

运行时错误:opening output file D:/AI/videotran/win-pyvideotrans-v3.85/output/audiofromvideo/videoplayback_2.wav. opening output files: Invalid argument


=
system:Windows-10-10.0.19045-SP0
version:v3.85
frozen:True
language:zh
root_dir:D:/AI/pyvideotrans/win-pyvideotrans-v3.85

1 Replies

这个错误通常是由于输出文件路径包含特殊字符或路径过长导致的。根据您的路径信息,请按以下步骤解决:

  1. 简化路径和文件名

    • 将视频文件重命名为简单的英文名称(如 video.mp4
    • 将文件移动到较短的路径中(如 D:/tmp/video.mp4
  2. 检查输出目录权限

    • 确保 D:/AI/videotran/win-pyvideotrans-v3.85/output/ 目录有写入权限
    • 如果可能,尝试将输出目录设置到其他位置
  3. 重新处理

    • 使用简化后的路径和文件名重新导入视频
    • 确保主界面勾选了"清理已生成"选项

这是 ffmpeg 在处理长路径或特殊字符时的常见问题。简化路径通常能立即解决此问题。

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