This is a tutorial on how to create Baka Mitai memes or use first-order-motion-models to animate an image.
The Subreddit: / bakamitaigenerator
Google colab: https://colab.research.google.com/git...
Github: https://github.com/AliaksandrSiarohin...
Baka Mitai Base Video: https://drive.google.com/file/d/1e4ri...
code to append to demo.py so the audio copies
command = "ffmpeg -an -i " + opt.result_video + " -vn -i " + opt.driving_video + " -map 0:v -map 1:a -c:v copy result2.mp4"
subprocess.run(command, shell=True, text=True, input="y")
Keep in mind you need the four spaces before each line as that is how python does nesting.
#BoringNEET #BakaMitai