lisztfr9
2nd June 2014, 22:23
Hi,
@StainlessS,
Currently i can't figure out what RT_YPlaneStdev does :
Description :
"Returns FLOAT value luma Standard Deviation (0.0 -> 255.0) in frame(n+delta) for area x,y,w,h."
Example :
scriptclip(""" sum =RT_YPlaneStdev(Last) Subtitle(String(Sum) ) """)
# Luma sample standard deviation of current_frame.
Standard deviation, compared to the whole clip ? Then the info should only be accurate once the whole clip is scanned. Then while it is displayed, it isn't so much accurate ... ?
Ok thanks, L
Edit : i guess it's STdev of the pixels (Y) inside the frame.
@StainlessS,
Currently i can't figure out what RT_YPlaneStdev does :
Description :
"Returns FLOAT value luma Standard Deviation (0.0 -> 255.0) in frame(n+delta) for area x,y,w,h."
Example :
scriptclip(""" sum =RT_YPlaneStdev(Last) Subtitle(String(Sum) ) """)
# Luma sample standard deviation of current_frame.
Standard deviation, compared to the whole clip ? Then the info should only be accurate once the whole clip is scanned. Then while it is displayed, it isn't so much accurate ... ?
Ok thanks, L
Edit : i guess it's STdev of the pixels (Y) inside the frame.