Avisynth 2.04 is SLOOOOW !!! What gives? » Loans » Forum
wr-forum WOW mod

ПоискПоиск   Users   Registration   Entrance
Today: 12.06.2025 - 17:50:28
Pages:  1  

Avisynth 2.04 is SLOOOOW !!! What gives?

Advertising

.
AuthorMessage

Daved

user




Statistics:
Messages: 29,275
Registration: 10.28.2002

Wouldn't it be good to add such infos to the Version() output? (I'm thinking of memory usage/settings, plugin_dir, ...)

---------------------
Message # 1 09.01.23 - 17:21:18
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

Ralliart

user




Statistics:
Messages: 26
Registration: 09.27.2001

How about 1/4 of physical memory, but a limit at 64MB - and then it can be overriden with SetMemoryMax().

---------------------
Message # 2 09.01.23 - 17:32:34
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

Prodigal_M

user




Statistics:
Messages: 87
Registration: 04.16.2003

I was thinking about something based on the available physical memory at the time avisynth starts, so it should never trash to virtual memory, whatever the number of instances running concurrently (unless all instances are launched at exactly the same time).

---------------------
Message # 3 09.01.23 - 17:41:52
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

sacred_318ti

user




Statistics:
Messages: 310
Registration: 07.13.2003

Thanks. Nice link with updated faqs (i was still using the original one!) More testing after work!

---------------------
1996 Jet Black 318ti /clear corners / clear sidemarkers / Euro tailights /17" Oem J spoke wheels / 225.45.17 Michelin pilot sport tires /ATE Powerdisc brakes / ///Mtech front bumper /Magnaflow exhaust /Alpine 9813 /Soon to come: zkw with dde, grey pa
Message # 4 09.01.23 - 17:51:27
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

djkiko

user




Statistics:
Messages: 512
Registration: 02.13.2003

@dividee Yes. Setting max memory to 40MB cleared the problem. I think this is a serious issue with the current version. There's no warning anywhere and if people don't know they will unnecessarily throw away over half their performance! I just happened to notice a massive slowdown when I installed 2.04. :) @droolian01 It's not an issue of how fast the machine is. Mine is an XP 1900+ with 512Meg of RAM and a fast disk. It might be even faster for you with this memory increase!

---------------------
Message # 5 09.01.23 - 17:55:59
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

poynter

user




Statistics:
Messages: 498
Registration: 11.12.2003

The memory thing could be an issue in another way. I sometimes use GreedyHMA (or Decomb?) with DirectShowSource or other input that does not necessarily have complete support for random seeking. But GreedyHMA does indeed read records randomly and I've usually felt I could get away with it because records read out of order will usually be within the last 5-6 records read, and therefore already in Avisynth buffers. But if the random record requires actually going back to the file instead of buffer cache then it is not only a possible performance hit but also may cause errors for some of these filters. And since I'm often reading 1920x1080 sized records I could eat up the available buffers pretty quick. So it is nice to know about the memory condition and the override command. Thanks, :) - Tom

---------------------
-tony ^^^FOR SALE^^^
Message # 6 09.01.23 - 17:59:34
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

Jim[UK]AKA 007

user




Statistics:
Messages: 727
Registration: 02.26.2001

@trbarry How could going back to the disk versus the frame cache cause problems other than performance ones? Accessing the frame cache randomly should present the same problems as accessing the file system randomly. No?

---------------------
1995 325i coupe, Superchipped, Mania RVR 18" alloys with 225/40/18 Continentals. Full M Tech kit(no sideskirts yet), M3 mirrors(not fitted yet). Kenwood KDC-MP6090R MP3 head unit, Kenwood C-717 10 x CD autochanger
Message # 7 09.01.23 - 18:06:46
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

acs.roks

user




Statistics:
Messages: 157
Registration: 09.16.2002

neuron2 - Well, correct me if I'm wrong, but if you have just read record 10 and you choose to next read record 5 then Avisynth will probably just ask for record 5. But I'm not sure that some decoders can gracefully read backwards. When they are going forward they can just chug through the records, and some do. DVD2AVI, for instance, will check to see if the record you are asking for happens to be one more than the last one and take an optimized path. But I don't think full random access always works with DirectShowSource or some other decoders. But Avisynth's cache is (I think) by clip & frame number and if he's already got it then all is okay. - Tom

---------------------
Message # 8 09.01.23 - 18:13:15
RE: Avisynth 2.04 is SLOOOOW !!! What gives?

95m3sc

user




Statistics:
Messages: 614
Registration: 03.03.2003

@trbarry I get it now. Thanks for the explanation.

---------------------
,,,2011 black M3 sedan comp. pk vf 620 sc kit aka "KMPRSSR",,, 2013 x6 5.0 m sport pk "WIFE's",,2007 X5 4.8,,,2013 "BLACK OPPS"
Message # 9 09.01.23 - 18:17:12
RE: Avisynth 2.04 is SLOOOOW !!! What gives?
SWS Manual : Previous topicNext topic: getting sounds from yamaha dgx505 keyboard into Reaper
Pages:  1  

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


Participants