Georg Pelz

Results 56 issues of Georg Pelz

Using: ``` # Imports import vapoursynth as vs import os import ctypes # Loading Support Files Dllref = ctypes.windll.LoadLibrary("i:/Hybrid/64bit/vsfilters/Support/libfftw3f-3.dll") import sys # getting Vapoursynth core core = vs.core # Import...

Since I don't get the description I tried to figure out what the parameters do. Using: ``` # Imports import vapoursynth as vs core = vs.get_core() # Loading Plugins core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/Support/fmtconv.dll")...

Instead of just using normal nnedi3 would be nice if - nnedi3: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL and/or - znedi3: https://github.com/sekrit-twc/znedi3 could be used/offered to speed things up.

I took: https://raw.githubusercontent.com/jixiaozhong/RealSR/master/figures/0935.png cropped 1040 pixel from the left and ran it through ``` # Imports import vapoursynth as vs core = vs.get_core() # source: 'C:/Users/Selur/Desktop/Origin.png' # current color space:...

when calling: ``` mediainfo --Language=en --Full "G:\TestClips&Co\sample.mts" ``` (removing '--Language=en --Full' doesn't change anything) MediaInfo never returns. here is a link to the mts file: https://drive.google.com/file/d/1791kgFOMpbXFqx5RNjXvmfiWuxSTf5fq/view?usp=sharing (~50MB)

bug

Would be nice if you could also release new Windows binaries with VSAPI4 support. Thanks!

When using mvtools with Vapoursynth R63 I get: `Explicitly instantiated a Cache. This is no longer possible and the original clip has been passed through instead.` Would be nice if...

When using --vbr or --cbr the output bit rate seems to be always 20000. I first thought that was because I set the max-bitrate to 20000, but even when using...

Trying to get a Vapoursynth R66 setup running installing vs-dpir I run into: ``` python -m pip install -U vsdpir==3.1.1 Collecting vsdpir==3.1.1 Using cached vsdpir-3.1.1-py3-none-any.whl.metadata (3.1 kB) Requirement already satisfied:...

Would be nice if 4.15 models could be supported.