TMElyralab / MuseTalk

MuseTalk: Real-Time High Quality Lip Synchorization with Latent Space Inpainting
Other
2.52k stars 310 forks source link

imageio_ffmpeg saving video error #27

Closed KevinWang676 closed 5 months ago

KevinWang676 commented 5 months ago

Hi, can anyone help me resolve this issue? Thank you!

I encountered the error below when running app.py, specifically imageio.mimwrite(output_video, images, 'FFMPEG', fps=fps, codec='libx264', pixelformat='yuv420p')

Error message:

File "/usr/local/lib/python3.10/dist-packages/imageio_ffmpeg/_io.py", line 627, in write_frames p.stdin.write(bb) BrokenPipeError: [Errno 32] Broken pipe
itechmusic commented 5 months ago

Hi there, sorry to let you know that we also encounter the same problem. Will let you know once we nail it.

itechmusic commented 5 months ago

Hi, can anyone help me resolve this issue? Thank you!

I encountered the error below when running app.py, specifically imageio.mimwrite(output_video, images, 'FFMPEG', fps=fps, codec='libx264', pixelformat='yuv420p')

Error message:

File "/usr/local/lib/python3.10/dist-packages/imageio_ffmpeg/_io.py", line 627, in write_frames p.stdin.write(bb) BrokenPipeError: [Errno 32] Broken pipe

DId you install ffmpeg?

KevinWang676 commented 5 months ago

no, i tried to install ffmpeg, but it turned out that ffmpeg-python was the correct one to install. only installing ffmpeg will lead to another error.

KevinWang676 commented 5 months ago

@itechmusic i am really interested in your work and many applications can be built upon it. do you mind having a further discussion with me? my email accout is talktalkai.kevin@gmail.com please feel free to contact me! Thanks!

theoldsong commented 5 months ago

最后一步,合成视频的时候遇到了同样的问题,ffmpeg安装过了

theoldsong commented 5 months ago

而且自带的app.py是不是用不了?

itechmusic commented 5 months ago

而且自带的app.py是不是用不了?

hello,我们刚更新了app.py,现在应该可以了

theoldsong commented 5 months ago

而且自带的app.py是不是用不了?

hello,我们刚更新了app.py,现在应该可以了

好的,我试试,感谢!