Home
RecentChanges

Search:

» AviSynth is a powerful video FrameServer for Win32.

AviSynth Links:
»Download
»Learn to script
»FAQ
»Manual
»Discussion fora
»Project page
»External filters
»FeedBack

» You can add pages to this website immediately. No login required.
Edit this document

» AboutAviSynth

 

Avisynth 
Logo

AddAudio

( Diese Seite in flag-germany.gif Deutsch )

Since ResampleAudio does no longer add empty sound to a clip when used, this workaround can no longer be used for avoiding crashes in CCE 2.50. Therefore a function has been made to add audio to a clip.

Save the following text in a file called "addaudio.avsi" and place it in the AviSynth plugin directory:


function AddAudio(clip v1) {

v2 = Blankclip()

v1 = AudioDub(v1,v2)

return v1

}


To use the script, use:

AddAudio()

at the end of the script instead of the earlier ResampleAudio(44100).

Back to ShareFunctions.

SourceForge Logo

 


Edit this document | View document history
Document last modified Tue, 19 Aug 2003 08:49:38