Page 1 of 1

How to combine pictures into video?

Posted: Mon Aug 05, 2019 6:13 pm
by didys

Please tell me how to combine pictures into video?


Re: How to combine pictures into video?

Posted: Mon Aug 05, 2019 9:24 pm
by bryanlyon

The easiest way will be to use the "FFmpeg" writer in the Convert tab. But you can also use the Effmpeg tab in Tools if you have images already done. If you want to do it outside of FaceSwap you can use ffmpeg such as from here: http://hamelot.io/visualization/using-f ... o-a-video/ or any number of other tools.


Re: How to combine pictures into video?

Posted: Tue Aug 06, 2019 1:24 pm
by didys

Thanks so much!


Put swap faces in video ?

Posted: Tue Aug 20, 2019 10:24 pm
by Sangui

Hello, I follow the guide for using faceswap until the "Converting video" part (https://github.com/deepfakes/faceswap/b ... ng-a-video). I have now my folder with swaped faces (only faces not the entire image with swaped faces). Now I need to put these swaped faces in the original video but I can't find the steps of how to proceed in the tutorial.
It seems that I have to use the Effmpeg convert tool but I don't find the rights settings, can someone show me the settings in GUI ?


Re: Put swap faces in video ?

Posted: Tue Aug 20, 2019 11:15 pm
by torzdf

You don't want to swap the "faces" at the convert stage..... You need to swap the faces in the frames....

For converting:

Select the video that you want to swap the faces onto as your "input"
Select a location for output.
Select "ffmpeg" as writer.

This will swap the faces straight onto the video.


Re: Put swap faces in video ?

Posted: Wed Aug 21, 2019 3:07 pm
by Sangui

Hum I don't really understand your answer, my video only has 1 person face and I want to replace it with an another person face from a trained model.

I have already trained my model. So now I have :
1) my extracted/sorted faces A from divers data videos / images
2) my extracted/sorted faces B from divers data videos / images
2) my trained model from A to B
3) my converted faces from A with my model (so I have a set of mix faces from A to B)
4) ???

I suppose the 4 is putting these faces in the original video ? But I can't find the settings. Or did I do something wrong ?


Re: Put swap faces in video ?

Posted: Wed Aug 21, 2019 3:12 pm
by torzdf

3) my converted faces from A with my model (so I have a set of mix faces from A to B)

This is wrong. You should not have converted faces.

You convert THE VIDEO, not THE FACES.


Re: Put swap faces in video ?

Posted: Thu Aug 22, 2019 9:54 am
by Sangui

You convert THE VIDEO, not THE FACES.

Alright thanks ! I can see clearer now.

Select the video that you want to swap the faces onto as your "input"
Select a location for output.
Select "ffmpeg" as writer.

You just have to also add the Model Dir


Re: Put swap faces in video ?

Posted: Thu Aug 22, 2019 10:51 am
by torzdf

Exactly :)