Log in

View Full Version : Pseudo AVI with sound for VD


Jaspa
8th March 2002, 16:08
I have install the VFAPI plugin and DVD2AVI and all works fine but in Virtual Dub i have only the Video file but no Audio.

Witch options must i set to make a audio file witch can be open in VD

I have tried demux, demux all, and decode audio but when i decode audio it takes a very long time to encode,

My question is when i make d2v project became i then 2 files
1 for audio and 1 for video or can i make only one file witch contains the audio and video and then convert to a pseudo avi with vfapi.




In the doom´s help guide i read that the acually vfapi converter makes a pseudo avi with sound when the d2v project contains the audio.



Please help me.:confused:

Jaspa
12th March 2002, 11:06
No idea´s?????????????????


Come on guys help me out

Pko
13th March 2002, 13:46
You can make an .avs file that combines audio+video

To do the .avs, you should take these steps
1) load the .d2v file
video=avisource(file.d2v)
2) load the .wav file (perhaps there is a way to load a .mpa or .ac3, but I think you need the wav)
audio=wavsource(file.wav)
3) mix the audio+video
audiodub(video,audio)

Perhaps you need to insert an "audiodelay(nnn)" step between previous 2 and 3...

You can also throw in any other avisynth filter you need (perhaps you can avoid usin VD entirely if you just want to frameserve to another compressor)

ThePanda
18th March 2002, 07:57
You could probably make the vfapi fake .avi and then use nandub to merge the ac3 or mp3 or whatever. why not just merge it to the final video when you're done though?