Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 618 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 618 Bytes

video-frame-interpolation

Recently there was a stackoverflow question on interpolating images between given 2 images.

I answered the question on a couple of self created images.

In this repository, I demonstrate how we can use that approach to

  1. Create a slow motion video from an input video
  2. Create a high FPS video from an input video.

The workings of this approach is explained in the linked stackoverflow question.

Please consider staring the respository. Thanks