Thank you for the replyKariudo wrote:you need to include the full path of the video that you're trying import.
there are 2 parts to the file path (both are circled in red)
so let's say that I want to use clip26.avi
I'd do thisyou'll notice that the first part is in the explorer bar at the top, and the rest of the file path is: \filename.somethingCode: Select all
directshowsource("C:\Documents and Settings\Use\My Documents\My Videos\clip26.avi")
the audio skew is because someone forced variable bitrate audio into the avi stream (the avi container is oly supposed ot have cbr audio instead of vbr)
you could demux, and re-encode your audio as cbr using besweet and then re-mux...but I wouldn't do that unless you need that audio and need it to be synced
Still though, I would like to ask you (a really dumb question and I hate to do so) how the ASV file could help me with VDub. Honestly I cannot make it up from the tutorial you gave.