Echo
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (added category:Debugging/Diagnostic_filters) |
|||
Line 4: | Line 4: | ||
This may be useful forcing alternate script paths with [[ImageWriter]] and [[WriteFile]]. | This may be useful forcing alternate script paths with [[ImageWriter]] and [[WriteFile]]. | ||
− | |||
− | |||
− | |||
'''Changes:''' | '''Changes:''' |
Revision as of 00:03, 6 June 2015
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 |