View Single Post
Old 4th October 2015, 23:43   #11  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,743
By the way, how to compare with and without effect with this kind of script ?
Quote:
Originally Posted by vivan View Post
Code:
LWLibavVideoSource("Dji ext.mpg")
luma = SeparateFields().Trim(1, 0).Weave()
chroma = SeparateFields().SelectEvery(2, 1, 0).Trim(1, 0).Weave()
luma.MergeChroma(chroma)
I found this structure, which works with simple scripts (v1 = as is, v2 = black and white);
Code:
v1=LWLibavVideoSource("P:\Dji ext.mpg")
v2=v1.greyscale()
stackhorizontal(v1,v2)
But I don't find how to integrate the lines luma = and chroma = in this kind of structure.
Music Fan is offline   Reply With Quote