I'm trying to convert a swf (with vectors not flash video) to avi. As of right now I'm just doing some testing to see if I can actually convert it in Vdub. I have an avisynth script with:
Code:
LoadVFAPIPlugin("C:\swf.vfp","SWFSource")
v=SWFSource("l01_04[1]new.swf")
a=directshowsource("l01_04[1]new.swf")
audiodub(v,a)
lanczosresize(792, 720)
FlipVertical()
Unforunately, the audio does not play very well. There are several audio files in the swf that play at the same time. When I use directshowsource, it plays only 1 audio file at a time, so it messes up the sync of the video. Are there any other ways to play overlapping audio files at the same time?

This is what I'm converting: http://hompi.sogang.ac.kr/korean/kkl101/lesson01/l01_04.swf