View Full Version : SEt's Avisynth 2.5.8 MT compiled for *X86_64*, Latest Build 4/16/2010
Pages :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
17]
GrofLuigi
4th November 2012, 22:44
Why don't you use DGINDEX instead? It's more up-to-date.
I am using DGINDEX. If you mean DGINDEXNV, I don't have NVidia card.
GL
StainlessS
6th November 2012, 08:08
@Jou, Find below source comparable to Multidecimate, not sure, I think Neuron2 said that he would release
source when it was more mature, but then wrote FDecimate and never did release the source.
Below was modified from FDecimate and so far as I remember works pretty good, but I have not used it for some time.
You still need to use the exe file that comes with Multidecimate. I always use this mod rather than Multidecimate
when there is need.
Link is temporary and will be deleted at some time.
EDIT: DELETED
EDIT: Named MDec2
MDEC2(clip c,float rate(Default=24.0),bool show(default=false),bool create (default=false),string dir(default="C:\"))
Args are different to Multidecimate, and after having a quick look at the source, it must use YV12 on first pass
(create=true in MDEC2) but can use YUY2 on second pass (create=false).
EDIT: Added GPL & FDecimate source to zip and re-upped.
EDIT: Updated to All Planar, YUY2 and RGB. see post below.
StainlessS
27th December 2012, 11:32
Warning, the link to MDEC2 source in post prior to this one, will be deleted at the weekend coming.
This is your last chance to get a copy if you want it. (You could always PM me for a copy in future).
EDIT: DELETED
EDIT: See new thread on MDec2 here:
http://forum.doom9.org/showthread.php?p=1639822#post1639822
djonline
3rd January 2013, 19:56
Why Avisynth x64 doesn't have any news ?
I think in 2013 we all must use only x64 software, there is 5%-25% on the same cpu for free! Why anybody use old slow x32 avisynth ?
Gunnar Thalin make famous Deshaker x64, I benchmark it, +26% in first pass, +4% on second pass in vdub64. But there is an error in avisynth x64 and LoadVirtualDubPlugin, I have exception on second pass under Windows 7, author Gunnar have exception under first pass on Windows 8.
Look at these images from a debug session in Visual Studio.
http://forum.doom9.org/attachment.php?attachmentid=13212&d=1357239279
http://forum.doom9.org/attachment.php?attachmentid=13213&d=1357239286
The first (or left) one is how the data of a source video frame looks from VirtualDub64, and the next one is from AviSynth64. The values for pitch, modulo and size look completely wrong, maybe not initialized at all.
paradoxical
3rd January 2013, 20:12
Why anybody use old slow x32 avisynth ?
Because people still run 32-bit OSes. Maybe not all of the 32-bit Avisynth plugins that a person uses may have been ported to 64-bit. Also, for people using Wine to use Avisynth they are only able to use the 32-bit version. There are a variety of reasons for why people still run 32-bit Avisynth.
djonline
5th January 2013, 11:54
Because people still run 32-bit OSes. Maybe not all of the 32-bit Avisynth plugins that a person uses may have been ported to 64-bit. Also, for people using Wine to use Avisynth they are only able to use the 32-bit version. There are a variety of reasons for why people still run 32-bit Avisynth.
But x64 must be mainstream, like Adobe does. Everyone like free gain +20%. All mainstream plugins have x64 version, even mvtools, QTGMC, Deshaker.
May be somebody can fix this stupid bug in LoadVirtualDubPlugin ? I see source code of avisynth x64 on google code.
sscheidegger
29th January 2013, 16:26
I programmed a filter that uses SetCacheHints(0, 0); because I need to ensure that the source frame is not cached. It works in Avisynth 2.5.8. However, I don't get it to work in Avisynth x64 MT. The filter uses cached frames anyway!
Is this problem known? Does someone know a solution?
real.finder
14th May 2013, 13:29
Avisynth 2.6 MT currently is a bit faster than 2.5.8 x64 MT for my tests. Using Y8, YV16 and other 2.6 features has some benefits in speed and usability.
mvtools are buggy on most non-default modes (Yes, they are required), nnedi is 5x slower, there is no Dither, FFdshowSource his very buggy some time ago (not use now currently, so don't know). These plugins are absolutely required now for my tasks and there are no replacements. So I just have deleted x64 version.
you can use 32 with 64 in one script
here an example http://forum.doom9.org/showthread.php?p=1607063#post1607063
sutha25
28th March 2014, 12:56
can some one please share the Avisynth.DLL MT 2.5.8 i searched Google and couldn't find 1....Mediafire Link file removed
jihyo
22nd December 2015, 21:40
Can someone get AviSynth64 working with Potplayer 64 bit?
Potplayer settings:
http://s13.postimg.org/7jq9ops8z/Screenshot_1.jpg (http://postimg.org/image/7jq9ops8z/)
SetMTMode(6,#CPUS * 2)
potplayer_source()
SetMTMode(2)
LoadPlugin("#PROGRAMDIR\AviSynth\plugins\InterFrame-2.8.2\Dependencies\svpflow1.dll")
LoadPlugin("#PROGRAMDIR\AviSynth\plugins\InterFrame-2.8.2\Dependencies\svpflow2.dll")
Import("#PROGRAMDIR\AviSynth\plugins\InterFrame-2.8.2\InterFrame2.avsi")
InterFrame(Preset="Medium", Tuning="Animation", GPU=false, Cores=#CPUS)
SetMTMode(1)
GetMTMode(false) > 0 ? distributor() : last
Potplayer 32 & 64 - http://potplayer.daum.net/
SVPflow 1.1.17 dll 32 & 64 - http://www.svp-team.com/files/gpl/svpflow-1.1.17.zip (https://www.svp-team.com/wiki/Download#libs)
InterFrame - http://www.spirton.com/interframe/
Original instruction for 32bit Potplayer/AviSynth - http://www.parkoz.com/zboard/view.php?id=my_tips&no=15368
StainlessS
22nd December 2015, 23:30
Not sure if you will have any joy with your request, Potplayer is not in favor on this forum, due to infringement of GPL.
I myself use and like said player (on occasion) but you may see this thread closed because of this request.
Merry Xmas, just the same :).
EDIT: Maybe not thread closed, possible post deleted.
jihyo
23rd December 2015, 00:02
Ok, understood. Now it's my last mention about that player on this forum:
It's the best modern player nowadays. No one can beat it.
Marsu42
23rd December 2015, 19:08
Ok, understood. Now it's my last mention about that player on this forum
Is there an official ban (yet)? I for one cannot find it in the forum rules.
It's the best modern player nowadays. No one can beat it.
It's indeed very hard to miss, and I'm wondering too about how to get the avisynth scripts working. Since they didn't throw out this option in the 64bit builds, I guess there should be some way...
jmartinr
23rd December 2015, 20:08
For 64bit you should try avisynth+. That's what I use in ffdshow64.
Marsu42
24th December 2015, 10:59
For 64bit you should try avysinth+. That's what I use in ffdshow64.
Thanks, I was already wondering why the official avisynth seems to be stalled since 2010 ... though since the latest Plus build is nearly 2y old it might be time for an avisynth++ :-p
Groucho2004
24th December 2015, 11:04
Thanks, I was already wondering why the official avisynth seems to be stalled since 2010
Not true, Avisynth 2.6 was released on May 31st, 2015 (http://forum.doom9.org/showthread.php?t=172213).
Marsu42
24th December 2015, 11:09
Not true, Avisynth 2.6 was released on May 31st, 2015 (http://forum.doom9.org/showthread.php?t=172213).
Right, I was looking at the x64 version though (since the problem above was w/ PodPlayer x64). In any case, it's good to the open source video processing doesn't get abandoned or sold out to major enterprises like Cyberlink.
jihyo
24th December 2015, 12:44
But who can get AVS+ working at least with Potplayer 32 bit?
\DAUM\PotPlayer\AviSynth\ColorBars.avs - the script works in PP with AVS+
\DAUM\PotPlayer\AviSynth\OverlayText.avs - doesn't work
Marsu42
24th December 2015, 18:18
But who can get AVS+ working at least with Potplayer 32 bit?
\DAUM\PotPlayer\AviSynth\ColorBars.avs - the script works in PP with AVS+
\DAUM\PotPlayer\AviSynth\OverlayText.avs - doesn't work
It's the same for me w/ 64bit - at least colorbars work, which proves that the potplayer avs interface isn't the problem, *if* you use yv12 and have the same input/output size.
I'd suggest you try the other scripts outside potplayer first, i.e. load any video with directshowsource() into virtualdub. With this old-school working setup, you can find out if your're for example missing some plugins.
jihyo
28th December 2015, 17:54
DirectShowSource("D:\video\1.avi")
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\InterFrame\Dependencies\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\InterFrame\Dependencies\svpflow2.dll")
Import("C:\Program Files (x86)\AviSynth\plugins\InterFrame\InterFrame2.avsi")
InterFrame(Preset="Medium", Tuning="Film", GPU=false, Cores=4)
avs script works in VirtualDub 32 when using AviSynth+:
http://s10.postimg.org/9g2bfel5x/Screenshot_1.jpg (http://postimg.org/image/9g2bfel5x/)
(29.97 > 60)
But it doesn't work for Potplayer 32 with AviSynth+, so it only works with AviSynth 2.6:
potplayer_source()
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\InterFrame\Dependencies\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\InterFrame\Dependencies\svpflow2.dll")
Import("C:\Program Files (x86)\AviSynth\plugins\InterFrame\InterFrame2.avsi")
InterFrame(Preset="Medium", Tuning="Film", GPU=false, Cores=4)
Also when using AVS+ it doesn't show any messages in the player if your avs script has errors
But good thing that InterFrame & svpflow*.dll also works in VirtualDub 64 (must replace .dll 32 to 64 in "...\AviSynth\plugins\InterFrame\Dependencies\" from http://www.svp-team.com/files/gpl/svpflow-1.1.17.zip)
So we can get 60 fps in 64 bit programs
* Note: sometimes you must use ConvertToYV12 in the script:
DirectShowSource("D:\video\1.avi")
ConvertToYV12
...
for one my video I had to use ConvertToYV12 only in VirtualDub 64 while in VirtualDub 32 the script opens normally without it
jihyo
2nd January 2016, 15:35
But it doesn't work for Potplayer 32 with AviSynth+
http://avisynth.nl/index.php/AviSynth+#Downloads
NOTE:
1) It doesn't works with AviSynth+ r1825 (March 23, 2015) but works with AviSynth+ r1779 (March 17, 2015)
So yeah I got 60 fps in Potplayer 64 bit
2) We have to use AviSynth with MT enabled otherwise it would be useless (low perfomance)
For "AviSynth 2.58/2.6 MT" MT is already enabled in Potplayer's original scripts
but "AviSynth+" has different functions for MT: http://avisynth.nl/index.php/AviSynth+#MT_Notes
real.finder
18th August 2016, 19:38
I build GetSystemEnv for avs 64
no source change, just make c++ 6.0 project workspace by Microsoft Visual Studio 6.0 in winxp then open it in Visual c++ 2008 in win7 and update and convert project to c++ 2008, and last, open c++ 2008 project file in vs2012 and update the project and build it in x64 with avs 2.5 x64 header
http://rgho.st/6F54dcFcd
edit: I build LoadDll too now
http://rgho.st/89sqKfBpg
ultim
18th August 2016, 23:58
But it doesn't work for Potplayer 32 with AviSynth+
Can somebody verify this with a recent Avs+ (preferably r2085)?
If this problem still persists, I'm willing to look at it and provide a fix.
real.finder
14th December 2016, 08:14
another x64 filter ;)
made it for my mod of MotionRamp (http://forum.doom9.org/showpost.php?p=1750019&postcount=77)
VoodooFX
16th August 2021, 11:00
another x64 filter ;)
made it for my mod of MotionRamp (http://forum.doom9.org/showpost.php?p=1750019&postcount=77)
Can you share 32bit version of this plugin?
kedautinh12
16th August 2021, 11:47
Can you share 32bit version of this plugin?
If you use avs is 2.6 or up, you can use Average to replacw
real.finder
16th August 2021, 15:28
Can you share 32bit version of this plugin?
you can find it here https://web.archive.org/web/20201020085042/https://sites.google.com/site/ourenthusiasmsasham/soft
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.