Thread: MVTools
View Single Post
Old 8th August 2008, 17:02   #946  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by josey_wells View Post
A new MVDegrainMulti was added which ... has the following syntax:
Code:
MVDegrainMulti(clip, clip "MVForBack", int "refframes", int "thSAD",
 int "thSADC", int "plane", int "limit", clip "pelclip", int "idx")
MVForBack - is the arrayed analysis frames from MVAnalyseMulti which replaces all the seperate forward and backward clips
refframes - the number of reference frames used in MVAnalyseMulti to produce MVForBack. Default is 1.
Would it be possible to store the value of refframes along with the data inside "MVForBack", so that it need not be passed as a parameter to MVDegrainMulti? One less thing for the user to keep track of (and possibly get wrong).
Gavino is offline   Reply With Quote