syniox / ddfi-vapoursynth

WIP dedup frame interpolation in pure-vapoursynth.
GNU Lesser General Public License v2.1
1 stars 0 forks source link

How do i use this, is it working? #1

Open Usulyre opened 2 years ago

Usulyre commented 2 years ago

Hi, is this working? Does it need some dependencies to work?

syniox commented 2 years ago

(sorry for my bad english.) If more than 3 frames(inclusive) are the same, it's broken. Otherwise it might be working. I'm sorry that I'm busy and can't fix it at the moment.

You need mvsfunc for the script, svp for ddfi_svp function, mvtools for ddfi_mv function. So you can just install mvsfunc+svp or mvsfunc+mvtools since the two function do the same work.

Usulyre commented 2 years ago

Does this change the frame rate with frame interpolation?

syniox commented 2 years ago

Does this change the frame rate with frame interpolation?

Nope, it just tries to replace the duplicated frames with interpolated frames

you can see demo here(almost the same function): https://github.com/Mr-Z-2697/ddfi-rife