Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can DAIN directly process the raw video? #26

Closed
Rimay opened this issue Sep 20, 2019 · 1 comment
Closed

Can DAIN directly process the raw video? #26

Rimay opened this issue Sep 20, 2019 · 1 comment

Comments

@Rimay
Copy link

Rimay commented Sep 20, 2019

The demo script given in the repo require two frames as input, however, can the DAIN directly choose a video as input and output the corresponding synthesis video?
or does anyone has written the script to do so?

@laomao0
Copy link

laomao0 commented Sep 20, 2019

The simple method is to use ffmpeg.
First, decode the video to frames, then use dain to do interpolation.
After processing, use ffmpeg again to encode the whole frames.
There is a script you can refer to https://github.com/avinashpaliwal/Super-SloMo/blob/master/video_to_slomo.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants