Preroll

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(added preroll)
 
(add link to avs+ documentation)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<div {{BlueBox2|40|0|3px solid purple}} >
 +
{{AvsPlusFullname}}<br>
 +
Up-to-date documentation: [https://avisynthplus.readthedocs.io/en/latest/avisynthdoc/corefilters/preroll.html https://avisynthplus.readthedocs.io]
 +
</div>
 +
 +
 
{{Template:FuncDef|Preroll(clip ''clip'', int ''video'', float ''audio'')}}
 
{{Template:FuncDef|Preroll(clip ''clip'', int ''video'', float ''audio'')}}
  
Line 5: Line 11:
 
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:'''
Line 14: Line 21:
  
 
[[Category:Internal filters]]
 
[[Category:Internal filters]]
 +
[[Category:Debugging/Diagnostic filters]]

Latest revision as of 08:52, 17 September 2022

AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io


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
Personal tools