video-retalking icon indicating copy to clipboard operation
video-retalking copied to clipboard

ValueError: needs one of codec_name or template

Open Rudy34160 opened this issue 10 months ago • 2 comments

After installation, everything seems to work:

image

Until I ran into this error:

image

Anyone have an idea where this could come from?

Rudy34160 avatar Oct 19 '23 13:10 Rudy34160

Looks like it's the problem of ffmpeg. Try to install ffmpeg from https://ffmpeg.org/download.html instead of conda. I used to meet some codec problems with ffmpeg from conda, and solved it by apt install ffmpeg (on Ubuntu though).

martellz avatar Oct 21 '23 19:10 martellz

Looks like it's the problem of ffmpeg. Try to install ffmpeg from https://ffmpeg.org/download.html instead of conda. I used to meet some codec problems with ffmpeg from conda, and solved it by apt install ffmpg (on Ubuntu though).

a typo apt install ffmpeg

qsun1 avatar Mar 21 '24 09:03 qsun1