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

AudioDub

( Diese Seite in flag-germany.gif Deutsch )

AudioDub(video_clip, audio_clip)

AudioDub takes the video stream from the first argument and the audio stream from the second argument and combines them into a single clip. If either track isn't available, it tries it the other way around, and if that doesn't work it returns an error. Example:

# Load capture segments from patched AVICAP32 which puts # video in multiple AVI segments and audio in a WAV file

video = AviSource("capture1.avi") + AVISource("capture2.avi")

audio = WavSource("capture.wav")

# combine them into a single clip

AudioDub(video, audio)

SourceForge Logo

 


Edit this document | View document history
Document last modified Wed, 20 Aug 2003 08:56:25