View Single Post
Old 6th January 2012, 21:42   #282  |  Link
redfordxx
Registered User
 
Join Date: Jan 2005
Location: Praha (not that one in Texas)
Posts: 863
I am sorry if it is wrong thread for this but I don't know if the following is bug report or my stupidity:

This testclip crashes both MeGui and AvsPMod
Code:
r1=BlankClip(pixel_type="YV12")
r2=BlankClip(pixel_type="YV12",color=$dddddd)

r1=r1.ScriptClip("Subtitle(String(LumaDifference(r1,r2)))")
r1
However, this works fine:
Code:
r1=BlankClip(pixel_type="YV12")
r2=BlankClip(pixel_type="YV12",color=$dddddd)

r1.ScriptClip("Subtitle(String(LumaDifference(r1,r2)))")
Thanx for comment...
redfordxx is offline   Reply With Quote