Preroll
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (added category:Debugging/Diagnostic_filters) |
|||
Line 5: | Line 5: | ||
This may help avoid decoding problems with source filters that do not handle random access correctly. | This may help avoid decoding problems with source filters that do not handle random access correctly. | ||
+ | todo: http://forum.doom9.org/showthread.php?p=1565770#post1565770 and http://forum.doom9.org/showthread.php?t=167890&highlight=preroll | ||
'''Changes:''' | '''Changes:''' |
Revision as of 00:03, 6 June 2015
Preroll(clip clip, int video, float audio)
Preroll will seek video frames and/or audio seconds before the target point on any non linear access.
This may help avoid decoding problems with source filters that do not handle random access correctly.
todo: http://forum.doom9.org/showthread.php?p=1565770#post1565770 and http://forum.doom9.org/showthread.php?t=167890&highlight=preroll
Changes:
v2.60 | Initial release |