Back Forum Reply New

decomb with x64 ??

I have vdub64 dgdecod64 avsync64
all i can do is load a simple avs without any decimate plugins

vdub64 wont accept any : like Decomb521.dll or select2.dll
the only thing i can load is SelectEven() to convert 60 frames to 30
anyone know how to ivtc with win64

What you need is a 64-bit version of the decomb plugin, since only 64-bit plugins can be loaded with the x64 version of avisynth.

Just for you, I whipped up a quick build: ajdunstan/decomb.zip

But it's not thoroughly tested and probably quite slow. Probably better to stick to 32-bit tools for now.

u re right it s really slow , do u have any others plugins on x64 , something else to decimate , like select2.dll

Not yet, I have quite a lot of x64 work on my to-do list already. That version of decomb is slow because it's not using any assembly routines, after I add those back in it should be as fast as if not faster than the regular version. But I'm not sure when I'll get around to doing that at this stage.

@squid80

Do you have any website or  webpage detailing the the x64 stuff that you are working on?

I usually have to check these forums every now and then to find out.

Sorry, it's something I keep meaning to set up. But in the meantime here's the current list:
Avisynth 2.55
DGDecode 1.2.1
Huffyuv
Xvid
x264vfw
And not quite finished: Decomb plugin

I'm working on some stuff now that will make converting assembly code a lot easier, once that's done I plan on making x64 versions of UnDot, ac3acm and lame-acm.

Thanks.

Finished a proper build of decomb for x64, with assembly: download here.

I haven't tested it much but it seems to give identical results when compared to the regular build, so that's a good thing. Could be bugs in it though - it makes me very uneasy when ~600 lines of assembly code work on the first go without a single crash.

@squid_80

Please release source code per GPL. Thank you.

Certainly: ajdunstan/decomb64src.zip

And the source for the x64 version of dgdecode (1.2.1) is also at ajdunstan/dgdecode64src.zip

Thank you, squid_80, for your valuable work!
¥
Back Forum Reply New