Thread: Avisynth+
View Single Post
Old 3rd July 2016, 23:16   #1913  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,666
Quote:
Originally Posted by ultim View Post
I have compiled a new build of Avisynth+ for testing, you can find it here.
With this simple script I get an error in VDub (64-bit works though):

Code:
ColorBarsHD()
Dither_convert_8_to_16()
Quote:
Avisynth open failure:
System exception - Access Violation
(M:\AviSynth+ r2003 test\16-bit resizers.avs, line 2)

Edit: also the resizers are messed up, if I comment out the resizers then the output is correct, otherwise I get this.

Code:
ColorBarsHD(1280, 720)
Dither_convert_8_to_16()
ConvertHbdFromStacked()
Spline64Resize(400,300)
Crop(9,7,-9,-7)
FlipHorizontal().FlipVertical()
TurnLeft().TurnRight().Turn180()
PointResize(3200,2400)
GrayScale()
BilinearResize(1600,1200)
ConvertHbdToStacked()

Last edited by Reel.Deel; 3rd July 2016 at 23:32.
Reel.Deel is offline