DelayAudio
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
(add link to avs+ documentation) |
||
(One intermediate revision by one user 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/delayaudio.html https://avisynthplus.readthedocs.io] | ||
+ | </div> | ||
+ | |||
+ | |||
{{Template:FuncDef|DelayAudio(clip, float ''seconds'')}} | {{Template:FuncDef|DelayAudio(clip, float ''seconds'')}} | ||
Line 12: | Line 18: | ||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
+ | [[Category:Audio_filters]] | ||
+ | [[Category:Timeline_editing_filters]] |
Latest revision as of 04:12, 18 September 2022
AviSynth+
Up-to-date documentation: https://avisynthplus.readthedocs.io
DelayAudio(clip, float seconds)
DelayAudio delays the audio track by seconds seconds. seconds can be negative and/or have a fractional part.
Example:
# plays audio half a second earlier DelayAudio(-0.5)
PS: if audio loaded from separate file (for example WavSource), it's better do negative delay after AudioDub this clip, or else it may cause problems.