8 ms·
You can try things such as: - https://github.com/joshua-wu/deepfakes_faceswap https://github.com/joshua-wu/deepfakes_faceswap - https://github.com/Oldpan/Face
by shoeffner 7y ago
You can try things such as:
- https://github.com/joshua-wu/deepfakes_faceswap https://github.com/joshua-wu/deepfakes_faceswap
- https://github.com/Oldpan/Faceswap-Deepfake-Pytorch https://github.com/Oldpan/Faceswap-Deepfake-Pytorch
You might have to run on a frame by frame basis, e.g. using `ffmpeg -i file.mpg $filename%03d.bmp` [1] and stitching the results back together [2].
I haven't tried it, though, and there might be better alternatives.
[1] https://stackoverflow.com/a/10962408 https://stackoverflow.com/a/10962408
[2] https://hamelot.io/visualization/using-ffmpeg-to-convert-a-set-of-images-into-a-video/ https://hamelot.io/visualization/using-ffmpeg-to-convert-a-s...