Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 1679: invalid continuation byt #133

Open
iceriver20002000 opened this issue Jan 31, 2025 · 0 comments

Comments

@iceriver20002000
Copy link

操作系统:Win10 python3.8
funclip安装路径为英文,上传的视频文件名为数字 01.MP4
识别|ASR 的时候返回以下错误。

File "C:\Python\Python38\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 88, in init
self.reader = FFMPEG_VideoReader(filename, pix_fmt=pix_fmt,
File "C:\Python\Python38\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 35, in init
infos = ffmpeg_parse_infos(filename, print_infos, check_duration,
File "C:\Python\Python38\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 259, in ffmpeg_parse_infos
infos = error.decode('utf8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 1679: invalid continuation byt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant