Results 186 comments of Ferenc Pintér

Thanks, it's not easy, the final error message unfortunately means nothing because the memory overwrite occurs somewhere else. Only valgrind that I am aware of https://valgrind.org/ , but had never...

Could you please check if this method works for you?

Than must be a different issue. including smmintrin.h gives you this huge error dump. Do you use cmake option `-DENABLE_INTEL_SIMD:bool=off` or `on`? EDIT: Irrelevant question. This project is not yet...

I was trying in minGW with an updated gcc (just for the syntax). Seems I have to resurrect my WSL Ubuntu... Stay tuned.

> Also can you fix `common/fixedfonts.h` and add `#include ` ? I have to add this or it won't build. I don't believe this library is linux specific. I've already...

Thanks, I'm using linux once a year and even forget what sudo and apt-get is, I always need the learning curve. I've installed a fresh 22.04, gcc, g++13, cmake (and...

Well, it works on my Linux, yeah. (Segfaults are not normal, if you find one, you can report it, maybe the bug is there on Windows as well but is...

Your welcome, happy encoding :)

Thanks, all is true of course. The second one became ``` const VideoInfo vi2 = !useclip2 ? child->GetVideoInfo() : clip2->GetVideoInfo(); PVideoFrame dst = env->NewVideoFrame(vi2); setBlack(dst, vi2); if (retFrames

Not yet. Linux based Avisynth+ itself is a very new thing, filter sources and their build environment are - in general - not ready for linux (or even a gcc...