MuseTalk
MuseTalk copied to clipboard
imageio_ffmpeg saving video error
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
Hi there, sorry to let you know that we also encounter the same problem. Will let you know once we nail it.
Hi, can anyone help me resolve this issue? Thank you!
I encountered the error below when running
app.py
, specificallyimageio.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
?
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.
@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 [email protected] please feel free to contact me! Thanks!
最后一步,合成视频的时候遇到了同样的问题,ffmpeg安装过了
而且自带的app.py是不是用不了?
而且自带的app.py是不是用不了?
hello,我们刚更新了app.py,现在应该可以了
而且自带的app.py是不是用不了?
hello,我们刚更新了app.py,现在应该可以了
好的,我试试,感谢!