Log in

View Full Version : Problem with Weave


krieger2005
17th May 2004, 01:27
Hi,

can someone help. I have problems while using "weave". Here the script:


odd =avisource("D:\Movie\odd.avi", false, "YV12").subtitle("odd")
even=avisource("D:\movie\even.avi", false, "YV12").subtitle(even")
Interleave(even,odd)
Weave
return last


Using this Script i get the Result of "Interleave(even,odd)". It seems that Weave pass through the movie and do nothing...

please help

Guest
17th May 2004, 01:32
Assumefieldbased().weave()

krieger2005
17th May 2004, 01:50
thanx for your help.... it works

PS: I love this forum ;)

stickboy
17th May 2004, 02:25
I think it's silly that Weave is a no-op on frame-based video, especially since SeparateFields works on both frame- and field-based video. Since these functions are inverses of each other, they should have consistent behaviors; either both functions should handle both video types or both functions should handle only one.

Furthermore, Weave's "silently do nothing" behavior makes things even worse. If Weave expects field-based video, it should complain if it gets frame-based input.

Guest
17th May 2004, 13:49
Agreed. I don't even like that Avisynth tries to track "field-based" at all!