Closed BigJMoney closed 3 months ago
Thanks for your feedback. We are checking it. @BigJMoney
@BigJMoney It seems that your Windows environment does not have ffprobe
and ffmpeg
installed, see https://github.com/KwaiVGI/LivePortrait/issues/94#issuecomment-2222292464
The audio concat replies on ffprobe
and ffmpeg
. I have set the audio to false if not installed : ) Just pull it.
@BigJMoney If you're still having trouble installing ffprobe
and ffmpeg
, you can now download the package from HuggingFace or BaiduYun. More details can be found here.
Not sure why this crashes on my system specifically, but the call to subprocess.run crashes in my case, so maybe it should be caught. If you don't have any ideas and want more help debugging, just let me know.
Repro: python inference.py -s assets/examples/source/s9.jpg -d assets/examples/driving/d0.mp4
Crash:
Note that I am able to run the app fine using a pkl file. So, for example, I don't crash when I run this: python inference.py -s assets/examples/source/s9.jpg -d assets/examples/driving/d0.pkl
I'm running on Windows 10.