We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在运行general_demo.py之后提示视频生成成功,但在保存路径找不到视频文件,请问这是什么情况? Length of mel chunks: 90 [2023-05-29 16:21:48,384] [ INFO] - unique_endpoints {''} [2023-05-29 16:21:48,385] [ INFO] - Found /root/.cache/paddle/hapi/weights/wav2lip_hq.pdparams Model loaded 0%| | 0/6 [00:00<?, ?it/s][2023-05-29 16:21:49,271] [ INFO] - unique_endpoints {''} [2023-05-29 16:21:49,271] [ INFO] - Found /root/.cache/paddle/hapi/weights/s3fd_paddle.pdparams 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 45/45 [00:22<00:00, 2.04it/s] 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6/6 [00:32<00:00, 5.47s/it] /bin/sh: ffmpeg: command not found 视频生成完毕,输出路径为:output.mp4
The text was updated successfully, but these errors were encountered:
/bin/sh: ffmpeg: command not found 需要安装ffmpeg吧
Sorry, something went wrong.
解决了吗
安装一下 ffmpeg ,apt-get install ffmpeg
No branches or pull requests
在运行general_demo.py之后提示视频生成成功,但在保存路径找不到视频文件,请问这是什么情况?
Length of mel chunks: 90
[2023-05-29 16:21:48,384] [ INFO] - unique_endpoints {''}
[2023-05-29 16:21:48,385] [ INFO] - Found /root/.cache/paddle/hapi/weights/wav2lip_hq.pdparams
Model loaded
0%| | 0/6 [00:00<?, ?it/s][2023-05-29 16:21:49,271] [ INFO] - unique_endpoints {''}
[2023-05-29 16:21:49,271] [ INFO] - Found /root/.cache/paddle/hapi/weights/s3fd_paddle.pdparams
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 45/45 [00:22<00:00, 2.04it/s]
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6/6 [00:32<00:00, 5.47s/it]
/bin/sh: ffmpeg: command not found
视频生成完毕,输出路径为:output.mp4
The text was updated successfully, but these errors were encountered: