gedburnell
19th September 2002, 13:10
Subject: Is there a filter to extract audio from an AVI file?
I use DV type-1 AVI files and as such if I want to use any software
which uses VFW I need to load the AVI via Avisynth.
My question is, is there a Filter (or any plans to write one?) which
can load audio along with video without having to extract the audio
into a WAV first ?
Perhaps I'm just dreaming but having to extract a Wav from an AVI first is a real pain. How do other people incorporate audio?
#I envisage it would work something like this if an audio extractor was available!
Video=DirectShowSource("Scene0001.avi",fps=25)
Audio=ExtractAudio("Scene0001.avi",fps=25)
Output=AudioDub(Video,Audio)
Return Output
Ged
I use DV type-1 AVI files and as such if I want to use any software
which uses VFW I need to load the AVI via Avisynth.
My question is, is there a Filter (or any plans to write one?) which
can load audio along with video without having to extract the audio
into a WAV first ?
Perhaps I'm just dreaming but having to extract a Wav from an AVI first is a real pain. How do other people incorporate audio?
#I envisage it would work something like this if an audio extractor was available!
Video=DirectShowSource("Scene0001.avi",fps=25)
Audio=ExtractAudio("Scene0001.avi",fps=25)
Output=AudioDub(Video,Audio)
Return Output
Ged