Hi!
First of all, great work on this! These custom nodes are real life savers!
Alas, I found out that while trying to faceswapping a gif the load video didn't work as expected. I dug into the code (I am a dev but not a Python dev, sorry) and changed a couple of line: with these updates the gifs now work as I was expecting (which could be different from what you were expecting, of course).
I also found out that the webm files work in a very similar way to mp4 ones, except for the audio. I left commented the updates to be done to support the webm as well, so if you think it's ok you just have to follow my comments.
Thanks
Hi! First of all, great work on this! These custom nodes are real life savers! Alas, I found out that while trying to faceswapping a gif the load video didn't work as expected. I dug into the code (I am a dev but not a Python dev, sorry) and changed a couple of line: with these updates the gifs now work as I was expecting (which could be different from what you were expecting, of course). I also found out that the webm files work in a very similar way to mp4 ones, except for the audio. I left commented the updates to be done to support the webm as well, so if you think it's ok you just have to follow my comments. Thanks