谢谢楼主分享
感谢:(:(:(:(
谢谢分享!
:lol:lol:lol
象征性收取10两碎银,实际免费分享。注册激活账号,登陆两天就有了。
Running on local URL:http ://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
请问一下这个怎么解决的~跳转的网页打开是空白~
aa123123 发表于 2024-8-2 20:44
Running on local URL:http ://127.0.0.1:7860
To create a public link, set `share=True` in `launch( ...
搞定了,换个浏览器就好了~~~;P
才有7个碎银,还差3个:Q
Traceback (most recent call last):
File "E:\AI_TOOL\Easy-Wav2Lip\run.py", line 27, in <module>
input_media = check_and_convert_image_to_video('in',input_media)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 53, in check_and_convert_image_to_video
create_video_from_image(media_path, audio_path, output_video_path)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 24, in create_video_from_image
audio_duration = get_audio_duration(audio_path)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 11, in get_audio_duration
audio_duration = subprocess.check_output(cmd, shell=True).decode('utf-8').strip()
File "E:\AI_TOOL\Easy-Wav2Lip\python310\lib\subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "E:\AI_TOOL\Easy-Wav2Lip\python310\lib\subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '"ffprobe.exe" -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "in\tests_audio.wav"' returned non-zero exit status 1.
'"ffprobe.exe"' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Traceback (most recent call last):
File "E:\AI_TOOL\Easy-Wav2Lip\run.py", line 27, in <module>
input_media = check_and_convert_image_to_video('in',input_media)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 53, in check_and_convert_image_to_video
create_video_from_image(media_path, audio_path, output_video_path)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 24, in create_video_from_image
audio_duration = get_audio_duration(audio_path)
File "E:\AI_TOOL\Easy-Wav2Lip\img2video.py", line 11, in get_audio_duration
audio_duration = subprocess.check_output(cmd, shell=True).decode('utf-8').strip()
File "E:\AI_TOOL\Easy-Wav2Lip\python310\lib\subprocess.py", line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "E:\AI_TOOL\Easy-Wav2Lip\python310\lib\subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '"ffprobe.exe" -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "in\tests_audio.wav"' returned non-zero exit status 1.
krysan 发表于 2024-8-5 21:12
Traceback (most recent call last):
File "E:\AI_TOOL\Easy-Wav2Lip\run.py", line 27, in
input_m ...
报错未找到文件怎么处理