Echo

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(added echo)
 
(added echo)
Line 1: Line 1:
{{Template:FuncDef|Echo(clip1 ''clip'', clip2 ''clip'' [, ...])}}
+
{{Template:FuncDef|Echo(clip ''clip1'', clip ''clip2'' [, ...])}}
  
 
Echo forces getframe accesses to all the input clips. The results from ''clip2'' and up are discarded. The result from ''clip1'' is returned.
 
Echo forces getframe accesses to all the input clips. The results from ''clip2'' and up are discarded. The result from ''clip1'' is returned.

Revision as of 17:42, 7 July 2013

Echo(clip clip1, clip clip2 [, ...])

Echo forces getframe accesses to all the input clips. The results from clip2 and up are discarded. The result from clip1 is returned.

This may be useful forcing alternate script paths with ImageWriter and Writefile.


Changes:

v2.60 Initial release
Personal tools