PDA

View Full Version : Sep 17th bug, coring=false in Levels() doesn't work


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()

Si
20th September 2003, 13:27
Already reported

regards
Simon

PS I think shOdan's doing DirectShowSource at the moment - which is a bit of a big job.

Boulder
20th September 2003, 14:01
Ah, I see it now. Thanks for notifying me:)

sh0dan
6th November 2003, 20:57
Fixed! Levels will function correctly with coring=false on next version.

Si
6th November 2003, 21:09
Yipee in advance :)

Boulder
6th November 2003, 21:32
Thank you! :)

sh0dan
10th November 2003, 16:34
I put up a binary. If there is no serious problems this one will probably become 2.5.3 without any changes [it's even called 2.5.3 in version()].

Si
10th November 2003, 21:40
Coring=false work for me - thanks :)

I see you still struggling with the concept of version numbers :p

Or your feeling very, very, very, (and I mean very)lucky :D

regards
Simon