SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

生成后提示ffmpeg错误

Open hezilon opened this issue 10 months ago • 3 comments

image

hezilon avatar Apr 22 '24 03:04 hezilon

看提示似乎它自己把输入、输出文件搞成了一样的,从而发生错误

hezilon avatar Apr 22 '24 03:04 hezilon

遇到了一样的问题,解决了吗

zhouxujing avatar Apr 23 '24 01:04 zhouxujing

遇到了一样的问题,解决了吗 解决了,方法如下: 打开test_audio2coeff.py文件,将102-105行改成如下代码: savemat(os.path.join(coeff_save_dir, '%s_%s.mat'%(batch['pic_name'], batch['audio_name'])), {'coeff_3dmm': coeffs_pred_numpy}) return os.path.join(coeff_save_dir, '%s_%s.mat'%(batch['pic_name'], batch['audio_name']))

hezilon avatar Apr 24 '24 00:04 hezilon