View Single Post
Old 25th March 2012, 13:54   #44  |  Link
pbristow
Registered User
 
pbristow's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 263
Just checking my understanding again:

Code:
MP_Pipeline("""
    	AviSource("P:\Testfile.avi")
	### ###
	InterFrame (FlowPath="C:\Program Files (x86)\AviSynth\Plugins\Dependencies\", Preset="Fast", NewNum=60000, NewDen=1001)
	### prefetch: 20, 4
	### ###
	TDecimate(mode=0,cycleR=2,cycle=10)
	### ###
""")
In this example, prefetch is placed at the end of the code block containing Interframe. Am I correct in assuming this will pre-fetch frames from Interframe, so that they will be ready to supply later to TDecimate? Or (less intuitively), does it mean that Interframe will receive frames that were pre-fetched from Avisource?

(P.S. Before anyone pipes up, I know that I'm using Interframe and TDecimate "the wrong way round". It's actually the best way for the job I'm doing! )

Hmm... This is turning into a usage rather than development thread. Do you want to move this discussion to the other forum?

Last edited by pbristow; 25th March 2012 at 13:57.
pbristow is offline   Reply With Quote