CoolFace
Apppublic

NihalGazi/Optical-Flow-to-60fps

sourceHugging Facemitupdated 9mo agoView on Hugging Face
5likes
App README

how to use it in cmd:

bash
.input(your_video.mp4)
.filter('minterpolate', fps=60)
.output(output_path, acodec='copy')
.run(overwrite_output=True)