-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
使用的是带整合ffmpeg的0.5版本 |
看起来是导入的音频文件不对,能提供给我吗? |
或者你自己用ffmpeg转换一下音频格式看看报什么错,把音频放到ffmpeg.exe目录下,然后在上方地址栏输入cmd启动命令行窗口,然后用下面这条命令看报错是什么 |
我也出现了这个错误 |
用我上面的方法试一下 这个问题应该是ffmpeg没能识别音频 |
如果没能识别该怎么办呢? |
ffmpeg都识别不了的基本就可以算作不是音频了,或者方便的话可以传上来我看下 |
非常感谢您的回🙏🙏以及非常抱歉我当时似乎解决了,我也忘了出了什么问题( ゚∀。) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
请问出现这种情况是什么原因,完全按照视频导入的。
The text was updated successfully, but these errors were encountered: