hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
35.61k stars 5.05k forks source link

Batch processing #515

Open reahari opened 2 weeks ago

reahari commented 2 weeks ago

Can a feature be added for bath processing on a directory of images and videos?

AVGRadmin commented 1 week ago

I've added batch processing to the fork i'm using for myself.

Args are -sf / --source_folder and -tf / --target_folder

Just ignore all the docker stuff. It should work as normal for windows with the usual method. (Except for UI. I don't use that myself, so i haven't implemented anything for that.)

Edit: Ok so i haven't really used the UI before, but looked into it and implemented batch processing there as well ;)