Thread: Avisynth 2.6 MT
View Single Post
Old 27th December 2012, 06:11   #594  |  Link
bcn_246
Registered User
 
bcn_246's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 117
Quote:
Originally Posted by SEt View Post
...You get crashes in VD likely because its exe isn't LargeAddressAware...
You hit the nail on the head!

I rebuilt the VirtualDub.exe (v1.10.2) PE header to make it LargeAddressAware. Now when running ('preview input'):
Code:
SetMemoryMax(1024)
SetMTMode(3,8)
DGSource("720p24test.dgi")
SetMTMode(2)
MCTemporalDenoise()
I am getting 18fps+ on my 1280x720p24 sample.

Thanks for taking the time to help a noob like me (can't even begin to say thanks for everything else you have done here).

For others experiencing similar issues here is a ZIP containing LargeAddressAware patched versions of:
  • VirtualDub v1.9.11 build 32842 (x86)
  • VirtualDub v1.10.2 build 34807 (x86)
  • VirtualDubMod v1.5.10.2 build 2542 (x86)
Download Link 1: http://www.mediafire.com/?afapcj020qcra4n
Download Link 2: http://www.sendspace.com/file/borm0d
Virus Scan*: http://virusscan.jotti.org/en-gb/sca...1a1b30b8656758

*The files are safe, ClamAV is just complaining about VirtualDubMod being compressed with UPX
bcn_246 is offline   Reply With Quote