Echo: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
added echo
No edit summary
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]].
todo: http://forum.doom9.org/showthread.php?p=1565770#post1565770





Revision as of 16:03, 19 July 2014

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.

todo: http://forum.doom9.org/showthread.php?p=1565770#post1565770


Changes:

v2.60 Initial release