Thread: Avisynth+
View Single Post
Old 6th July 2016, 16:18   #2017  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Here's a funny one:

Script:
Code:
setmemorymax(16000)
n = 30
colorbars(width = 1920 * n, height = 1080 * n, pixel_type = "yv12").killaudio().assumefps(25, 1)
temporalsoften(4,4,8,15,2)
Error:
Code:
AVSMeter 2.3.0 (x64) - Copyright (c) 2012-2016 Groucho2004
AviSynth+ 0.1 (r2022, MT, x86_64) (0.1.0.0)

Requested buffer size of 18446744072213944351 is too large
(F:\Test\test.avs, line 3)
Avisynth want's to allocate 18 exabytes

Looks like 2^64 - 18446744072213944351 would be the correct value.
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 6th July 2016 at 16:26.
Groucho2004 is offline