couleur-tweak-tips/Smoothie

List Python Packages required for Smoothie.

Closed this issue · 3 comments

List Python Packages required for Smoothie.

pip packages

  • DearPyGui - to make a graphical user interface
  • yaspin - for the nice spinner to wait while it indexes your clips
  • tkinter for the file open dialog
  • pywin32 for changing window position / stay on top behavior
  • pyyaml to parse and dump the YAML config
  • PyTaskbar - progress bar in taskbar

VapourSynth

  • scripts:
    * adjust - for basic color correction, haven't implemented it yet
    * filldrops
    * havsfunc for it's ChangeFPS function and InterFrame2 script
    * msvfunc needed by havsfunc
    * weighting recently rewrote by atzur
  • plugins
    * mvtools2: interpolation and rsmb stuff
    * svpflow1 & 2: interpolation stuff
    * vs-frameblender: does the frame blending, wow
    * ffms2: to take clip as input

Will update this later if dependencies grow/change

Add it as part of the README.