Fucamaroo
23rd September 2003, 20:44
Hey, I have 2 encodes of a movie and I'd like to interleave them in order to compare quality but the cheap little script I made isn't working. I am getting:
Avisynth open Failure:
Script error: Invalid arguments to function "Interleave"
(F:\TOMB_RAIDER\VIDEO_TS\169ff, line7)
here is where I got the syntax from and the script I am using:
http://www.avisynth.org/index.php?page=Interleave
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
DirectShowSource("F:\TOMB_RAIDER\VIDEO_TS\TombRaider.avi")
DirectShowSource("F:\TOMB_RAIDER\VIDEO_TS\TombRaider2.avi")
Interleave("F:\TOMB_RAIDER\VIDEO_TS\TombRaider.avi", "F:\TOMB_RAIDER\VIDEO_TS\TombRaider2.avi")
#
# TRIM
trim(startframe,endframe)
Another point is that one of these movies has b-frames enabled and i think vdubmod won't display do to a decoder lag or something like that? Are B-frames a dealbreaker wrt what I am trying to do?
I've tried a crapload of different script combinations but none seem to work. I am reminded of my C++ programming days where, when the code wouildn't work I would try every possible combination until I got what I needed but that hasn't worked this time. Any help? Thanks.
Avisynth open Failure:
Script error: Invalid arguments to function "Interleave"
(F:\TOMB_RAIDER\VIDEO_TS\169ff, line7)
here is where I got the syntax from and the script I am using:
http://www.avisynth.org/index.php?page=Interleave
SetWorkingDir("C:\PROGRA~1\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
DirectShowSource("F:\TOMB_RAIDER\VIDEO_TS\TombRaider.avi")
DirectShowSource("F:\TOMB_RAIDER\VIDEO_TS\TombRaider2.avi")
Interleave("F:\TOMB_RAIDER\VIDEO_TS\TombRaider.avi", "F:\TOMB_RAIDER\VIDEO_TS\TombRaider2.avi")
#
# TRIM
trim(startframe,endframe)
Another point is that one of these movies has b-frames enabled and i think vdubmod won't display do to a decoder lag or something like that? Are B-frames a dealbreaker wrt what I am trying to do?
I've tried a crapload of different script combinations but none seem to work. I am reminded of my C++ programming days where, when the code wouildn't work I would try every possible combination until I got what I needed but that hasn't worked this time. Any help? Thanks.