Page 1 of 1

Importing pixel mixing to avisynth/virtualdub?

Posted: 2015-04-06T08:23:03-07:00
by Katie Boundary
A long time ago, before I knew anything about interpolation or signal-processing or whatever, I tried to imagine what an ideal image-resizing method would consist of. The solution on which I settled - which apparently has been independently conceived of many times by many people - is known to you as "pixel mixing". I call it Grid Overlay resizing. After being directed to your Pixel Mixing page from the Doom9 forums, I also sometimes think of it as a trapezoidal filter.

Anyway, I do a lot of video-editing, and in particular I rely a lot on AVIsynth and Virtualdub. I'm a little bit disappointed that nobody has yet made a gridresize plugin for either program. Would anyone here be up to the task? You guys seem to be the only people on the Internet who'd actually know what I'm talking about but also have the technical competence to make it happen.

Re: Importing pixel mixing to avisynth/virtualdub?

Posted: 2016-09-28T17:54:22-07:00
by jmac698
It can be done many ways. You could use ffmpeg to split a video into frames then resize each frame in image magick, or directly from avisynth with callcmd plugin or some such to externally process frames.