Georg Pelz
Georg Pelz
Seeing that 'pip install -U vsrife' returns v4.2.0 I was wondering if 4.12.lite model support is finished. :)
Using ffmpeg from [gyanet](https://www.gyan.dev/ffmpeg/builds/), calling: ``` ffmpeg.exe -loglevel debug -i "bluray:G:\TestClips&Co\discs\Blu-ray\x264 BR-Demo" ``` works properly, returning: ``` ffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers built with gcc 12.2.0...
Would be nice if the BM3D wrapper could be extended to support BM3D CUDA. https://github.com/WolframRhodium/VapourSynth-BM3DCUDA
Could you share a 64bit build of the filter?
Just wanted to let you know that since you removed dither.avsi, HQDeringmod.avsi doesn't work any more since it relies on dither.avsi.
I'm using r9_mod_v10 through: ``` from FillDuplicateFrames import FillDuplicateFrames fdf = FillDuplicateFrames(clip=clip, method="RIFE") ``` which calls ``` class FillDuplicateFrames: # constructor def __init__(self, clip: vs.VideoNode, thresh: float=0.001, method: str='SVP', debug:...
I downloaded all the downloads from https://github.com/AmusementClub/vs-mlrt/releases/tag/v14.test into "F:/Hybrid/64bit/vs-mlrt" and when calling: ``` # Imports import vapoursynth as vs import os import sys os.environ["CUDA_MODULE_LOADING"] = "LAZY" # getting Vapoursynth core...
When using: ``` clip = vsmlrt.DPIR(clip,model=1,strength=5,tiles=8,backend=Backend.OV_GPU(fp16=True)) # model=1 denoise, model=3 deblocking ``` vsviewer simply freezes at the end of the processing. (save if I open the script in a viewer...
Would be nice if the thr-parameter which the Avisynth version has. https://github.com/Asd-g/AviSynth-BWDIF could be added to the Vapoursynth version too.
I wanted to try the '--vpp-subburn' option using: ``` NVEncC --avhw -i "G:\TestClips&Co\files\5000frames.mp4" --fps 25.000 --codec av1 --sar 1:1 --output-depth 10 --vbr 0 --vbr-quality 23.00 --aq --aq-strength 5 --aq-temporal --gop-len...