Processing many AVIs - a bug ? >> DevOps >> Forum
Forum

Forum



SearchSearch   Users   Registration   Entrance
Today: 16.07.2025 - 00:17:57
Pages:  1  

Processing many AVIs - a bug ?

Advertising

/
MessageAuthor

Processing many AVIs - a bug ? 

---------------------------

Gregg

users




Statistics:
Messages: 3,369
Registration: 12.30.2002
23.05.20 - 09:14:52
Message # 1
RE: Processing many AVIs - a bug ?

He said if he keeps the number down, his scripts open fine. He's only getting that error because he's opening many, many clips. I think it's a known issue that we discussed before. Try it yourself and see: Code:

---------------------------
7/ 95 Daytona Violet Lux M3 l B&B Triflow l AA Track Pipe l 540i HFM l #24 Inj l Conforti Chip l Cosmos CAI l ZKW w/ 6000k l ZKW FOG's w/ 6000k l Smoked Euro l Sunbelt Cam's coming soon...

Sundevil

users




Statistics:
Messages: 305
Registration: 04.15.2003
23.05.20 - 09:25:30
Message # 2
RE: Processing many AVIs - a bug ?

What happens if you use: setmemorymax(128) or something like that?

---------------------------
sit back, shut up ,,,and NO you can't drive it !!!!

neiche

users




Statistics:
Messages: 86
Registration: 03.25.2003
23.05.20 - 09:31:52
Message # 3
RE: Processing many AVIs - a bug ?

You've hit the maximum number of dll's a process can load - it's about 72, and there isn't much to do about it unfortunately. You could try loading additional videos by using DirectShowSource, but I'm not sure how much it'll help.

---------------------------
~Ken~ '99 M coupe THE "original" TT Stage 3 - HTA3586R; 701 whp 672 wtq @ 26.5 psi ; NeverSell - CoupeCartel

Z3speed4me

users




Statistics:
Messages: 11,801
Registration: 04.15.2002
23.05.20 - 09:43:10
Message # 4
RE: Processing many AVIs - a bug ?

Setmemorymax does nothing. New version of Avisynth does not help. 2 sh0dan : why there's a need of loading a separate dll for every avi file ? And if this is unavoidable problem, then what could be done ? Would Import() launch another process that will be able to load its own 72 files then ?

---------------------------

benaj

users




Statistics:
Messages: 51
Registration: 05.18.2002
23.05.20 - 09:50:26
Message # 5
RE: Processing many AVIs - a bug ?

Shubin, As sh0dan say's there are limits. The other limit around the 50 files mark is the VFW codec table space. I have been caught by this before and I have a note to myself to add an option to SegmentedAviSource() and SegmentedDirectShowSource() to "stack" the input files into a single codec like VirtualDub does. The bad news it probably won't happen until 2.5.7. IanB

---------------------------

Rob 99 M3

users




Statistics:
Messages: 941
Registration: 01.23.2003
23.05.20 - 09:57:56
Message # 6
RE: Processing many AVIs - a bug ?

I see a possible solution : it is possible to detect that the given fragment (clip) will be used only in one place of a resulting clip. Thus it is possible to close it, freeing the slot. Processing many files is so far the best way to make video out of home-made DV source. Programs for downloading video can split it into scenes. This makes processing much easier.

---------------------------
: euro E30

PETER LEE

users




Statistics:
Messages: 138
Registration: 08.26.2002
23.05.20 - 10:07:31
Message # 7
RE: Processing many AVIs - a bug ?

To remedy and even experience an initial loading efficiency boost; Pop these dependencies extracted from a recent distribution into the directory or direct path of your application(s) that will (also) be hosting avisynth's dynamic link library. msvfw32.dll winmm.dll

---------------------------

Scott528iM

users




Statistics:
Messages: 43
Registration: 06.12.2002
23.05.20 - 10:17:03
Message # 8
RE: Processing many AVIs - a bug ?
Firewalls set to become Illegal : Previous topicNext topic: "ProTools did not shut down correctly"
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants