dahlany
9th September 2008, 04:29
This example works for keeping audio and video in sync,
even when moving the location bar.
If info shows 25 fps;
DirectShowSource("videofile", fps=25, convertfps=true)
This seems to lock in the sync as opposed to using a plain
DirectShowSource("videofile")
Is there an superceded way of writing this exampel?
Somethimes when using avisource the a/v will get out of sync when moving the bar around.
Is there an AviSource equivalent?
This should probably have been put this in its own thread;
How is an editing action like Trim added to an AudioDub.
This does not seem to work.
video = DirectShowSource("videofile")
audio = WavSource("audiofile")
AudioDub(video, audio)
Trim(1000,0)
even when moving the location bar.
If info shows 25 fps;
DirectShowSource("videofile", fps=25, convertfps=true)
This seems to lock in the sync as opposed to using a plain
DirectShowSource("videofile")
Is there an superceded way of writing this exampel?
Somethimes when using avisource the a/v will get out of sync when moving the bar around.
Is there an AviSource equivalent?
This should probably have been put this in its own thread;
How is an editing action like Trim added to an AudioDub.
This does not seem to work.
video = DirectShowSource("videofile")
audio = WavSource("audiofile")
AudioDub(video, audio)
Trim(1000,0)