View Single Post
Old 2nd March 2022, 14:21   #5  |  Link
Couleur
Registered User
 
Couleur's Avatar
 
Join Date: Jan 2022
Location: France
Posts: 21
Here's a 1080p clip recorded in 280FPS you can mess with

Here's an example of what I'd do with this clip, the process it went through:
Interpolated to 1920FPS (I know it's overkill, I don't like seeing resampling artifacts) using SVP
Use vs-frameblender (very similar to AverageFrames) with 50% more weights to add ghosting on every frames then chop off the FPS to 60.
Piped to FFmpeg to encode in libx264 so it an embed on fileditch

^ That's inefficient since you do a heck of a lot of blending that just gets trashed, that's why I'm looking for something that can average multiple frames together but only process a single frame. Example: only blending one out of 4 frames when resampling 240FPS to 60. Looking into this rn


PS: You don't have to do such stupidly high interpolation, this has none and will look fine to most people

Last edited by Couleur; 2nd March 2022 at 14:23. Reason: wrong link
Couleur is offline   Reply With Quote