sunchaser
18th January 2007, 05:12
acording to the dgmpgdec quickstart guide the following script saved as an .avs should bring the ac3 audio into virtualdub for processing (i want to save as huffyuv .avi with .wav sound for import into premier pro)
LoadPlugin("...\DGDecode.dll")
video=MPEG2Source("myvob.d2v")
audio=WAVSource("myvob.wav")
AudioDub(video,audio)
when i try to load this avisynth script into vdub, i get the error "don't understand video" i tried changing this to the name of the video, the name of the video.avi, .avi and nothing and i would still get this error.
there is only a brief mention in the quickstart guide about how to get ac3 audio in and process it with virtual dub and i'm wondering if any of you can help me with this process.
currently i am converting the ac3 with besweet and the video with vdub and importing them sepparatly into premier. i'm worried about synch issues with this though over lengthy media. i've only tried with small test clips.
converting to wav with vdub mod does not seem to work.
thanks for any assistance.
s
LoadPlugin("...\DGDecode.dll")
video=MPEG2Source("myvob.d2v")
audio=WAVSource("myvob.wav")
AudioDub(video,audio)
when i try to load this avisynth script into vdub, i get the error "don't understand video" i tried changing this to the name of the video, the name of the video.avi, .avi and nothing and i would still get this error.
there is only a brief mention in the quickstart guide about how to get ac3 audio in and process it with virtual dub and i'm wondering if any of you can help me with this process.
currently i am converting the ac3 with besweet and the video with vdub and importing them sepparatly into premier. i'm worried about synch issues with this though over lengthy media. i've only tried with small test clips.
converting to wav with vdub mod does not seem to work.
thanks for any assistance.
s