pj4533 / Pokora

A 100% Local AI Video Creation Platform using Stable Diffusion in a Native SwiftUI Interface
MIT License
49 stars 7 forks source link

Use ffmpegkit for FPS interpolation #100

Open pj4533 opened 1 year ago

pj4533 commented 1 year ago

Part of the issue with stable diffusion videos is the flickering. More so in generative effects but also direct. By using inter frame interpolation, using a lower source frame rate, you generate fewer stable diffusion frames and let the computer interpolate the frames in between. In my CLI I used ffmpeg, and I think I could do the same in the app here?

Maybe there is a better solution?