"No function named mpeg2source" on Win 7 64bit
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
64-bit FFMS2 is a C-interface plugin. You have to use LoadCPlugin, not LoadPlugin.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Mol
- Strawberry Pie
- Joined: Thu Feb 22, 2007 2:28 am
- Status: sutatS
- Location: Sweden
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
ohh xD thanks it works now 
- NightHawk
- Joined: Tue Sep 13, 2005 1:18 am
- Location: Long Beach, CA
Re: "No function named mpeg2source" on Win 7 64bit
Oh nice, thank you!mirkosp wrote:There are better denoisers than deen available as 64bit, though... http://forum.doom9.org/showthread.php?p ... ost1374605
HQDN3D, TTempSmooth, DFTTest, RemoveGrain, FFT3DFilter, and FFT3DGPU are all there. Deen is a detail killer and should be avoided. Actually, HQDN3D is very aggressive and should be avoided too, but it's still better than deen, especially when you lower/remove altogether the temporal denoising (tends to introduce temporal artifacts with it, in my experience).
What do you suggest I use (and at what settings) out of the ones you listed? My last script used "Deen("w3d",3,3,5)".
I also can't use toon anymore. Anything equivalent or better to replace it?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
Seeing that those deen settings are generally used to remove the grain in excess (please note: grain is not a defect, so you shouldn't just mindlessly remove it as the avtech suggests), I think ttempsmooth is possibly the best one out of those. Default settings, or even lowered strength will do. Removegrain(mode=1) also comes highly recommended for this purpose, possibly more than ttempsmooth, actually.
As for toon, I personally dislike it since it doesn't allow for proper source tweaking so depending on the case it's not enough (rarely), or actually too much (most often). When I need to do some slight sharpening/line darkening I tend to be pleased by the results EE achieves (I tend to use it combined with another sharpener if sharpening itself is needed, though), so I'll suggest that. I think it just requires the masktools, and you should have those for 64bit avisynth.
As for toon, I personally dislike it since it doesn't allow for proper source tweaking so depending on the case it's not enough (rarely), or actually too much (most often). When I need to do some slight sharpening/line darkening I tend to be pleased by the results EE achieves (I tend to use it combined with another sharpener if sharpening itself is needed, though), so I'll suggest that. I think it just requires the masktools, and you should have those for 64bit avisynth.
- NightHawk
- Joined: Tue Sep 13, 2005 1:18 am
- Location: Long Beach, CA
Re: "No function named mpeg2source" on Win 7 64bit
Thanks for all your help, mirkosp. I'm not good when it comes to all of this stuff so I am pretty much just following what the AV Tech guide tells me. =X
I will play around with ttempsmooth, removegrain, and EE when I get the chance. I'll also take a look at the article you linked to get a better understanding of grain.
Thanks again. ^_^
I will play around with ttempsmooth, removegrain, and EE when I get the chance. I'll also take a look at the article you linked to get a better understanding of grain.
Thanks again. ^_^
-
Mister Hatt
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
Re: "No function named mpeg2source" on Win 7 64bit
Just gonna point out that for 64-bit FFMS2 it depends which plugin you have. If you have the developer approved one, you do not need LoadCPlugin. If you use the one from the avs64 project, then you DO need LoadCPlugin. I would suggest the officially approved one which is loaded like any normal plugin. TheRyuu compiles it every so often in Darkhold and when it's stable it gets added to the FFMS2 site.
- SQ
- Doesn't have a title
- Joined: Fri Nov 08, 2002 8:11 pm
- Status: youtube.com/SQ
- Location: Upstate NY
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
I think I may be going about this in entirely the wrong way. But I'm lost.
I just downloaded the x64 avisynth and virtualdub. My script, which works fine in x32 version of each program, comes up with "There is no function named DirectShowSource".
I downloaded all my x64 directshow filters here. I was unsure where to place them though.
I guessed (most likely wrong) and put them in the plugin64 folder of Avisynth. Still nothing. Added the LoadPlugin line, I get an error that it is not a plugin.
I tried LoadCPlugin instead, I got unrecognized exception.
Someone please help me, I know I'm being stupid. Where should I have put the directshow filters?
I just downloaded the x64 avisynth and virtualdub. My script, which works fine in x32 version of each program, comes up with "There is no function named DirectShowSource".
I downloaded all my x64 directshow filters here. I was unsure where to place them though.
I guessed (most likely wrong) and put them in the plugin64 folder of Avisynth. Still nothing. Added the LoadPlugin line, I get an error that it is not a plugin.
I tried LoadCPlugin instead, I got unrecognized exception.
Someone please help me, I know I'm being stupid. Where should I have put the directshow filters?
Discord: @standardquip (Vars)
BentoVid.com
BentoVid.com
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
DON'T use directshowsource. It's not frame accurate. Use FFVideoSource instead. Or, if for some reason you really really need to use directshow to load in avisynth (you most likely don't, probably), use DSS2, which is frame accurate. I'm not sure where to get a 64bit avss.dll (the one to use DSS2), but I'm positive it's around somewhere. As for FFVideoSource, there have been links to it (ffms2) in this thread.
Still, however, directshowsource is an internal avisynth function, so if it is not working, then I think something might have gone wrong when installing avisynth, and I'd suggest a reinstall.
Still, however, directshowsource is an internal avisynth function, so if it is not working, then I think something might have gone wrong when installing avisynth, and I'd suggest a reinstall.
- SQ
- Doesn't have a title
- Joined: Fri Nov 08, 2002 8:11 pm
- Status: youtube.com/SQ
- Location: Upstate NY
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
I saw ffms2 mentioned, but no links to it... Quick google and nothing. Am I blind?
I followed the avs 64 readme file.. Not sure what could've gone wrong... But I guess I will try again.
I followed the avs 64 readme file.. Not sure what could've gone wrong... But I guess I will try again.
Discord: @standardquip (Vars)
BentoVid.com
BentoVid.com
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: "No function named mpeg2source" on Win 7 64bit
Look for "kemuri-_9's FFMS2 (The Fabulous FM Source 2)" in there. Also, as qyot pointed out:
Remember to do:Qyot27 wrote:64-bit FFMS2 is a C-interface plugin. You have to use LoadCPlugin, not LoadPlugin.
Code: Select all
loadcplugin("ffms2.dll")
ffvideosource("file.mkv")As for the install, I don't personally have a 64bit os so I never tried 64bit avisynth and can't help much further... perhaps it really is not internal for 64bit avisynth, but it would seem weird, that's why I'm assuming something went wrong.





