Thread: Avisynth+
View Single Post
Old 25th April 2016, 08:05   #1455  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,314
Prefetch(100) nightly MT stress-test.
15 cycles, w/o problem

Script:
Code:
SetFilterMTMode("DEFAULT_MT_MODE",2)
SetFilterMTMode("AviSource",3)
SetMemoryMax(6000) 
Avisource("Tape02_Hi8.avi").killaudio().assumefps(25,1)
AssumeBFF()
QTGMC(Preset="Fast")
prefetch(100)
Typical output:
Code:
AVSMeter 2.2.2 (x64)
AviSynth+ 0.1 (r1849, MT-pfmod, x86_64) (0.1.0.0)

Number of frames:               278762
Length (hh:mm:ss.ms):     01:32:55.240
Frame width:                       720
Frame height:                      576
Framerate:                      50.000 (50/1)
Colorspace:                       YV12

Frames processed:               278762 (0 - 278761)
FPS (min | max | average):      3.365 | 1226976 | 110.3
Memory usage (phys | virt):     4773 | 4950 MiB
Thread count:                   918
CPU usage (average):            96%

Time (elapsed):                 00:42:06.507
pinterf is offline