#4986 opening input: Illegal byte sequence opening input file E:/codex安装与使用/pyvideotrans/tmp/16360/vas-tmp_audio-1780650720.78

151.242* Posted at: 9 hours ago

opening input: Illegal byte sequence opening input file E:/codex安装与使用/pyvideotrans/tmp/16360/vas-tmp_audio-1780650720.7885778.wav. opening input files: Illegal byte sequence


=
system:Windows-10-10.0.26200-SP0
version:v4.01
frozen:False
language:zh
root_dir:E:/codex安装与使用/pyvideotrans
Python: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]

1 Replies

该错误是由于文件路径中包含中文字符和空格(E:/codex安装与使用/pyvideotrans/...)导致 FFmpeg 无法解析非法字节序列。

解决方法

  1. 移动软件目录:将整个 pyvideotrans 文件夹移动到纯英文且无空格短路径,例如 D:\pyVideoTrans
  2. 清理缓存:移动后删除原路径下的 tmp/ 文件夹,或再次勾选主界面上的 清理已生成 重新处理。
  3. 重命名输入文件:确保输入视频文件的名称也仅包含英文字母、数字、-_,不要有中文或特殊符号。

如果问题依旧,请提供 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. Dondate: ko-fi.com/jianchang512

Related resource