How to create an infinitely looping video?
Trying to figure out how to create an infinite loop. My current attempt has been:
- I2V using LTX2.3, save last frame is image
- I2V using LTX2.3 first-frame-last-frame node where the first frame is the last frame from step 1 and the last frame is the original image used in step 1
- Merge the two videos
As you can see there is a visible shift when transitioning from the 1st video to the 2nd video. Reddit won't automatically loop the video but there is also a visible shift when the video loops.
Is there a better way to do this?
Edit: Had a problem with my first-frame-last-frame subgraph. Fixed it and now just feeding the same image as both the first and last frame creates a loop.