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

导入文件时出现错误 #7

Open
seekerhuang opened this issue May 2, 2023 · 8 comments
Open

导入文件时出现错误 #7

seekerhuang opened this issue May 2, 2023 · 8 comments

Comments

@seekerhuang
Copy link

Traceback (most recent call last):
File "ui\mygui.py", line 366, in save_to_dataset
File "utils\tools.py", line 364, in copy_file_to_workspace
File "ffmpeg_run.py", line 325, in run
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
请问出现这种情况是什么原因,完全按照视频导入的。

@seekerhuang
Copy link
Author

使用的是带整合ffmpeg的0.5版本

@kslz
Copy link
Owner

kslz commented May 6, 2023

看起来是导入的音频文件不对,能提供给我吗?

@kslz
Copy link
Owner

kslz commented May 6, 2023

或者你自己用ffmpeg转换一下音频格式看看报什么错,把音频放到ffmpeg.exe目录下,然后在上方地址栏输入cmd启动命令行窗口,然后用下面这条命令看报错是什么
ffmpeg -i input.mp3 output.wav
input.mp3是你输入的音频文件

@666lbwnb
Copy link

我也出现了这个错误

@kslz
Copy link
Owner

kslz commented May 28, 2023

我也出现了这个错误

用我上面的方法试一下 这个问题应该是ffmpeg没能识别音频

@xwxYa
Copy link

xwxYa commented Aug 20, 2023

如果没能识别该怎么办呢?

@kslz
Copy link
Owner

kslz commented Aug 20, 2023

如果没能识别该怎么办呢?

ffmpeg都识别不了的基本就可以算作不是音频了,或者方便的话可以传上来我看下

@xwxYa
Copy link

xwxYa commented Dec 20, 2023

如果没能识别该怎么办呢?

ffmpeg都识别不了的基本就可以算作不是音频了,或者方便的话可以传上来我看下

非常感谢您的回🙏🙏以及非常抱歉我当时似乎解决了,我也忘了出了什么问题( ゚∀。)

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

4 participants