Log in

View Full Version : SelectRangeEvery memory leak?


Egladil
1st April 2007, 18:57
I'm using SelectRangeEvery(50, 1) on a video input with 130000 frames (1080p) and during playback of this script memory usage of vdub goes up to 1.8 GB. Is this a known problem?

Cheers
-Egladil

IanB
3rd April 2007, 01:21
Not that I am aware of.:script:

Egladil
3rd April 2007, 09:00
DirectShowSource("src.mkv", fps = 25)
Crop(1640, 0, 280, 152)
SelectRangeEvery(50, 1)

Adub
6th April 2007, 07:04
Well, you are dealing with HD content here, so that may at least have some affect on memory usage.

IanB
6th April 2007, 14:36
Whose MKV splitter are you using?

Test with Seek=False set.

Egladil
7th April 2007, 10:51
seek=false does the trick, thx

IanB
10th April 2007, 13:01
@Egladil,

Please report your problem to the MKV splitter people (Alt containers thread).

P.S. Whose MKV splitter....