Video interpolation test
Uploader Comments (drpetter)
All Comments (24)
-
Will you release the soft ? I need for a short movie i record :) (Ark my english is too bad !)
-
@JARMOPOWER i liked that comment because its true :L
-
@madlazza Let's just agree that both of us are cool. :) /conversation
-
@JARMOPOWER Why would i try to be the 'cool guy' on here. Im the cool guy in reality xD
-
@madlazza "with additional time distortion added using an application I wrote over the last two days. "
Everyone wants to be a cool guy on youtube but it seems that you've failed.
-
@JARMOPOWER no he fucking didnt
-
@madlazza Oh fucking shut up if you can't read the description -.-' he SAID HE USED A PROGRAM TO INCREASE THE FPS YOU IDIOT.
-
@JARMOPOWER its a camera test you idiot. read the description, is a HIGH SPEED CAMERA.
-
That looked so sore -.-
-
God damn that music is awesome.
This is pretty sweet. Fast enough interpolation to be used in realtime?
vravn 1 year ago
@vravn Well, considering that motion vector calculation is a fixed load per source frame, independent of how many intermediate frames you insert (each one being cheap to compute), it would probably be possible to make it "realtime" if the output video ran at a normal framerate with N frames inserted between each original. My current implementation is way slower in any case, taking almost a second per processed frame. Of course I've spent very little effort on optimization though.
drpetter 1 year ago
Fast motion (like in normal 30 fps video) doesn't currently track very well with this method/implementation, so I'd have to do some more work before that's practical. I think it would be reasonably efficient to simply do it in multiple steps though, starting with a downscaled version of the image to track larger movement and then progressively refine it using higher resolutions.
drpetter 1 year ago
I came up with it all on my own, but I suspect that the general concept has been known and used a lot before. Most simple and effective things have. I'll try to get an illustration up on my homepage at some point. You can keep an eye out for it.
drpetter 1 year ago