Georg Pelz

Results 154 comments of Georg Pelz

I'll do some testing and report back. :)

Got it working by adding the vsort-folder as first element to the os.path. :) ``` # Imports import vapoursynth as vs # getting Vapoursynth core import ctypes import site import...

you could use https://github.com/AmusementClub/vs-mlrt

actually: >Installation of 'torch'-addon > * Extract the torch-addon into your Hybrid/64bit-folder. > * Extract the vsgan_models into your Hybrid/64bit-folder. (belongs to vsgan which comes with the torch addon

Does DeOldify save something in a folder inside the Vapoursynth-path? (then, DeOldify should be adjusted to select where such files are placed and Hybrid should be adjusted to take this...

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 0 --ref 7 --multiref-l0 3 --multiref-l1 3...

Thanks for clearing that up, I'll check `--check-formats` and `--check-codecs`. > --fps only exists to set fps for raw formats which does not have framerate information in its file, and...

installed qt through homebrew on mac os, but I get 'checking for Qt6Widgets... no' (building Qt stuff in QtCreator, also installed through homebrew, works fine) any idea which environment variable...

a Vapoursynth version of https://github.com/DachunKai/Ev-DeblurVSR would be nice too