shadewither
29th January 2006, 01:51
avisynth 2.56
in avisynth doc, i saw:
v = Mpeg2Source("e:\movie.d2v")
a = DirectShowSource("e:\Temp\Test2\test.ac3")
AudioDub(v,a)
but when i use:
source = DirectShowSource("...")
it returns: "The script's return value was not a video clip"
while DirectShowSource("...") works fine
Question:
can "variable_name = DirectShowSource()" be used?:confused:
I'll appreciate your help
in avisynth doc, i saw:
v = Mpeg2Source("e:\movie.d2v")
a = DirectShowSource("e:\Temp\Test2\test.ac3")
AudioDub(v,a)
but when i use:
source = DirectShowSource("...")
it returns: "The script's return value was not a video clip"
while DirectShowSource("...") works fine
Question:
can "variable_name = DirectShowSource()" be used?:confused:
I'll appreciate your help