-
**Describe the bug**
Crash when adding an Anta-Aliasing filter.
**How to reproduce the issue**
1. Open video file.
2. Change source to FFVideoSource.
3. Add Anta-Aliasing filter MAA2.
**Prov…
-
Ran into 2 problems, installing the current vs-rife version (on Windows) today, that cost me some time to resolve and here are the solutions:
Problem 1:
======
````
Collecting tensorrt>=8.5.2.…
-
Many source videos have top and bottom black edges, and if I crop the black edges and re-encode them, I want to be able to compare the quality of the two. How should I do this?
If there is no ready w…
-
The check introduced here https://github.com/Asd-g/AviSynth-FillBorders/commit/f884afb650cc05c81032915ae1bee02e034fd1d5 doesn't always work. I have a clip which I read with
```
D2VSource(...)
QTGMC…
-
### When preparing the build directory it shows everything is fine
`-- The CXX compiler identification is GNU 13.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
…
jvses updated
11 months ago
-
Hello @rigaya,
Is it possible to add an option or a tool to calculate MaxCLL and MaxFALL values?
Thanks for your time
Regards
-
Can this script be put in compiled form:
function RIFE_degrain1(clip src)
{
ConvertToRGB(src)
ConvertToPlanarRGB()
ConvertBits(32)
src32=last
even=SelectEvery(2,0)
odd=SelectEvery(2,1)
even_…
-
Hi, I was updating the TimeStretch docs and noticed that there was a new function added to TimeStretch in avs v2.6.1:
http://avisynth.nl/index.php/TimeStretch
```
TimeStretch(clip clip [, int t…
-
Tested with latest master by using `Assert(false, string(256., "%#0.0f"))`:
`string(256., "%#0.0f")` returns `256,` on my system, using the default localized floating point delimiter of my system. T…
-
Hi Asd,
Would you consider porting [EEDI3CL ](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3)to AVS+? I know that EEDI3 is not as widely used as NNEDI3 but it still has it uses an…