Closed VicMahoney closed 10 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
.
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
@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?
--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.
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?