Skip to content

syniox/ddfi-vapoursynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ddfi-vapoursynth

dedup frame interpolation.

Sample Usage

mpv:

from vapoursynth import core
import ddfi_vs

clip=core.std.AssumeFPS(video_in,fpsnum=24000,fpsden=1001)
ddfi_vs.ddfi_svp(clip).set_output()

Known Issues

  1. thr not working

Credits

Original Idea: Mr-z-2697/ddfi

About

WIP dedup frame interpolation in pure-vapoursynth.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages