CoolFace
Apppublic

portalniy-dev/Optical-Flow-to-60fps

sourceHugging Facemitupdated 2y agoView on Hugging Face
17likes
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)