MateuszSadowski / frame-rate-booster

Console application for increasing frame rate of a video sequcence by intermediate frame interpolation based on optical flow
MIT License
5 stars 1 forks source link

How can I use it? #1

Open startbugs opened 4 years ago

startbugs commented 4 years ago

Can you explain how can I use it?

MateuszSadowski commented 4 years ago

You can modify the paths to videos in file farneback.py for motion-compensated frame interpolation and in file blend.py for frame blending method. Then run the respective file.

Keep in mind that this is a uni project and the tool is not using state-of-the-art methods and probably is not good enough for real-world applications yet. You're welcome to fork it and improve it or use it for your needs. Pull requests welcome :)