tarun005 / FLAVR

Code for FLAVR: A fast and efficient frame interpolation technique.
Apache License 2.0
456 stars 69 forks source link

Allow PNG frames as input instead of video file #4

Closed n00mkrad closed 3 years ago

n00mkrad commented 3 years ago

Hello, is it possible to run interpolate.py but with PNG frames as input instead of a video?

It would be very helpful for my use cases as I do preprocessing with ffmpeg.

tarun005 commented 3 years ago

You can put all your images in a folder and use is_folder switch to process frames instead of videos.

n00mkrad commented 3 years ago

Thanks.