#4600 opening output file E:/pyvideotrans/tmp/9504/1778943882.7396786-audiovideoend.mp4. opening output files: Function not im

103.151* Posted at: 2 hours ago 👁11

opening output file E:/pyvideotrans/tmp/9504/1778943882.7396786-audiovideoend.mp4. opening output files: Function not implemented


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

1 Replies

这是由于 FFmpeg 在处理输出文件时遇到了系统调用失败,常见原因是文件路径过长、含有特殊字符,或输出目录没有写入权限。

请按以下步骤排查:

  1. 将输出目录改为简短纯英文路径,例如 D:\output,避免中文和空格。
  2. 检查磁盘空间是否充足,确保有至少10GB可用空间。
  3. 验证 FFmpeg 是否正常:打开命令行,输入 ffmpeg -version,看是否能正常输出版本信息。若提示“未找到命令”,则需重新安装 FFmpeg 并配置环境变量。
  4. 若仍报错,请提供 E:/pyvideotrans/logs/ 文件夹下最新的日志文件(复制底部约30行错误内容)以便进一步分析。

请查阅相关文档:

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.

Related resource