VapourSynth RIFE Ncnn Vulkan Versions Save

RIFE filter for VapourSynth

r9

1 year ago
  • Fix out of bounds frame number error when skip=True.

r8

1 year ago
  • Add factor_num and factor_den parameters.

r7

1 year ago
  • build: Add use_system_ncnn option.
  • Change multiplier parameter to fps_num and fps_den.

r6

1 year ago
  • Properly add psnr node to VSFilterDependency.
  • Fix skip being triggered when skip=False and skip_threshold=0.

Models are not changed and are the same as r3.

r5

1 year ago
  • Fix frame number and modulo calculation on certain multiplier.
  • Add model_path, skip and skip_threshold parameters.

models are not changed and are the same as r3.

r4

1 year ago
  • Change multiplier parameter to float type.
  • build: Disable AVX512 instructions.

models are not changed and are the same as r3.

r3

2 years ago
  • Update to upstream 20220330 and include all models.
  • Change the default of model to 5.
  • Add multiplier parameter.

r2

2 years ago
  • meson: Use cpp_std in default_options to set C++ language standard.
  • Remove fp32 parameter.
  • Fix crash when mixing different TTA mode in the same script.
  • Migrate to VS API4.

r1

2 years ago
  • Initial release.