zzh-tech / InterpAny-Clearer

[ECCV2024 Oral] Clearer anytime frame interpolation & Manipulated interpolation of anything
https://zzh-tech.github.io/InterpAny-Clearer/
MIT License
225 stars 13 forks source link

slowmotion and setting x2 frames #8

Closed VicMahoney closed 10 months ago

VicMahoney commented 11 months ago

I decided to convert the basic video with 23.93 frames into 60 and for some reason it turned out slow-mo. What did I do wrong? How do I set the frame rate to double rather than specify a target?

zzh-tech commented 11 months ago

As mentioned in the README.md, you can specify the fps of the output video by adding a parameter such as --fps 60.

VicMahoney commented 11 months ago

As mentioned in the README.md, you can specify the fps of the output video by adding a parameter such as --fps 60.

no,i ask about how to not specify the amount of fps but set the frame interpolation parameter to 2, 3 or 4 times

VicMahoney commented 11 months ago

@zzh-tech So I still don’t understand, is your project only done by sou mo or is it possible to speed up a finished project with increased interpolation?

zzh-tech commented 11 months ago

--num NUM means to interpolate NUM frames between every two frames. --num NUM1 NUM2 ... means that NUM1 frames are interpolated between every two frames, then NUM2 frames are interpolated between every two frames for the result of the interpolation, and so on.