We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
操作系统: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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
操作系统: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
The text was updated successfully, but these errors were encountered: