Skip to content

Manual Installation

pifroggi edited this page Jul 18, 2026 · 3 revisions

1. Install vs_temporalfix

Download and put the entire vs_temporalfix folder into your vapoursynth scripts folder, or your python site-packages folder.

You can also use pip for this and only do manual dependency installation: pip install -U vs_temporalfix --no-deps


2. Install Dependencies

Temporalfix AI Model

Tip

If you only intend to use the TensorRT backend, you don't need to install the dependencies for the CUDA/CPU backend, and vice versa.


Temporalfix Classic

  • Required:

  • Optional:

    • mvtools-sf (only needed for tr > 6)
    • fftw3.3 (only needed for tr > 6)
      Windows: download and put .dll files in plugin folder next to mvtools-sf
      Linux: via package manager e.g. apt install libfftw3-dev or compile from source

Tip

  • If you only intend to use Temporalfix Classic, you don't need to install the dependencies for the Temporalfix AI Model, and vice versa.
  • The plugin mvtools-sf release r9 and the r10 pre-release are both supported.
  • The plugin zsmooth requires a CPU with AVX2 support (roughly post 2014). If your CPU does not have support, remove zsmooth and replace it with the slightly slower fallbacks temporalmedian, ctmf, and rgvs. This is not needed when installing zsmooth with pip.

Clone this wiki locally