Boulder
20th September 2003, 12:31
Hi,
I just noticed that the added Boolean coring doesn't work in Levels().
This script clamps the values:
AVISource("c:\temp\captures\clip.avi")
ConverttoYV12(interlaced=true)
Levels(0,1,255,0,255,coring=false)
Histogram()
Whereas this does not:
AVISource("c:\temp\captures\clip.avi")
ConverttoYV12(interlaced=true)
#Levels(0,1,255,0,255,coring=false)
Histogram()
I just noticed that the added Boolean coring doesn't work in Levels().
This script clamps the values:
AVISource("c:\temp\captures\clip.avi")
ConverttoYV12(interlaced=true)
Levels(0,1,255,0,255,coring=false)
Histogram()
Whereas this does not:
AVISource("c:\temp\captures\clip.avi")
ConverttoYV12(interlaced=true)
#Levels(0,1,255,0,255,coring=false)
Histogram()