Thread: VirtualDub2
View Single Post
Old 16th April 2017, 11:16   #225  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
New version and cleaned some SDK/API changes, brief documentation available: https://sourceforge.net/p/vdfiltermod/wiki/sdk/

Flags controlling frame alignment:

Code:
	FILTERPARAM_ALIGN_SCANLINES_16		= 0x00000008L,
	FILTERPARAM_ALIGN_SCANLINES		= FILTERPARAM_ALIGN_SCANLINES_16,
	FILTERPARAM_ALIGN_SCANLINES_32		= 0x00000048L,  // v19
	FILTERPARAM_ALIGN_SCANLINES_64		= 0x00000040L,  // v19
It is difficult to prove align guarantee but I believe it works Passed some tests too.
Request as much as you actually use.

And some filters illustrating how to deal with new modes:
https://sourceforge.net/projects/vdf...ins/owdenoise/
https://sourceforge.net/projects/vdf...ins/crossfade/

These filters are "strange" so I don`t include them in the pack.

owdenoise is adaptation of wavelet denoise filter from FFMPEG. It is very slow.

crossfade is more like experiment. If you put it on scene change it will shift future frames backward and interpolate with past frames, creating linear transition.
__________________
VirtualDub2
shekh is offline   Reply With Quote