Hacker News new | ask | show | jobs
by shoeffner 2282 days ago
You can try things such as:

- https://github.com/joshua-wu/deepfakes_faceswap

- 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 [2] https://hamelot.io/visualization/using-ffmpeg-to-convert-a-s...