Do you want to convert a video into another video ?
For example, do you want to convert a real video to an anime, or replace the Ferrari that you use on your video with a Toyota Prius to impress your tax collector ?
With the latest development of artificial intelligence, this becomes feasible.
Here is a small collection of tools:
Deforum
Deforum is a tool to generate videos. If you want, you can generate videos with only with prompts, but you could also use an existing video content to create a new video.
You can watch a video created with Deforum here:
Deforum exists in 2 flavours, including one created specifically for automatic1111:
https://github.com/deforum-art/deforum-stable-diffusion
https://github.com/deforum-art/sd-webui-deforum
If you are looking for a guide for deforum, please have a look at this webpage:
https://aituts.com/deforum/
Fatezero
https://github.com/ChenyangQiQi/FateZero
FateZero is a project hosted on github that allows you to modify the content of a video.
For example there is a video of a car, and you can use prompts to replace the model of the car with something else.
A demo is supposed to be here on Huggingface:
https://huggingface.co/spaces/chenyangqi/FateZero
(Was not working the last time i tried)
Vidvid-zero
https://github.com/baaivision/vid2vid-zero
Same as FateZero
(a demo is supposed to be here:
https://huggingface.co/spaces/BAAI/vid2vid-zero
But it was also not working, the last time is tried.
Pix2video
https://github.com/G-U-N/Pix2Video.pytorch
Same as vidvid-zero, looks less convincing.
Text2video-zero
https://github.com/Picsart-AI-Research/Text2Video-Zero
A text to video generator, but also a pix2pix (in fact video to video) generator
Demo on huggingface:
https://huggingface.co/spaces/PAIR/Text2Video-Zero
Rerender a video
https://anonymous-31415926.github.io/
Rerender a video is a project that you can test here:
https://huggingface.co/spaces/Anonymous-sub/Rerender
Some sources are available here:
https://huggingface.co/spaces/Anonymous-sub/Rerender/tree/main
You can try to install the project if you want (i am not sure it is possible yet)
with:
git clone https://huggingface.co/spaces/Anonymous-sub/Rerender
(and so on...)
But i wasn't lucky (skilled ?) when i tried.