Preroll: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
added preroll |
Raffriff42 (talk | contribs) m added category:Debugging/Diagnostic_filters |
||
| Line 14: | Line 14: | ||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
[[Category:Debugging/Diagnostic filters]] | |||
Revision as of 00:32, 4 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.
Changes:
| v2.60 | Initial release |