felixrosberg/FaceDancer

Sound

johnrom1243 opened this issue · 3 comments

is there any way to make the final output have the sound of the source?

is there any way to make the final output have the sound of the source?

Hello. Write the command you used for face swap and attach the source video in which the problem.

python video_swap/multi_face_single_source.py --facedancer_path C:/examplepath/FaceDancer_config_D_tuned.h5 --vid_path C:/examplepath/examplevideo.mp4 --swap_source C:/path/example.png --retina_path C:/pathto/RetinaFace-Res50.h5 --arcface_path C:/pathto/ArcFace-Res50.h5 --device_id 0 --compare False

I ve never gotten a video with sound as an output, regardless of the video input

python video_swap/multi_face_single_source.py --facedancer_path C:/examplepath/FaceDancer_config_D_tuned.h5 --vid_path C:/examplepath/examplevideo.mp4 --swap_source C:/path/example.png --retina_path C:/pathto/RetinaFace-Res50.h5 --arcface_path C:/pathto/ArcFace-Res50.h5 --device_id 0 --compare False

I ve never gotten a video with sound as an output, regardless of the video input

The old script you used in your command doesn't support creating videos with audio, as it was originally created to demonstrate the capabilities of FaceDancer. Please read the updated installation instructions carefully and use the commands from README.
https://github.com/felixrosberg/FaceDancer#to-swap-all-faces-with-one-source-run