Windows 10 and avisynth
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Windows 10 and avisynth
If you are loading filters manually I would suggest you load all the filters at the TOP of your script. While you only need to load it before you use it, it would help you to keep your script organized.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
-
- Joined: Wed Feb 25, 2009 5:07 pm
Re: Windows 10 and avisynth
I can't install avisynth so I try use it as Qyot wrote me (place avisynth.dll in the directory app).
I copied it and my script
Loadplugin("F:\filmy\directshowsource.dll")
DirectShowSource("F:\filmy\122.mkv")
Error Can't open
so probably i must load necessery other filters or this way without install is wrong.
I copied it and my script
Loadplugin("F:\filmy\directshowsource.dll")
DirectShowSource("F:\filmy\122.mkv")
Error Can't open
so probably i must load necessery other filters or this way without install is wrong.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Windows 10 and avisynth
First off, I wold discourage use of DirectShowSource and use FFMS2 instead. Additionally, the more information you provide the better. What exactly was the error code? What software are you using? I would suggest just trying to open an AVI first just to make sure AviSynth is loading at all with the software.
Also, you say you "can't install AviSynth", is there any particular reason why?
Also, you say you "can't install AviSynth", is there any particular reason why?
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Windows 10 and avisynth
My guess (because I saw another one-off complaint about installing on Win10 over on Doom9) would be that either the user permissions on the network/machine are set up to restrict non-admins from installing things and that the admin account is controlled by someone else, or that it's a case of getting spooked by UAC prompts. The former one is a legitimate problem, but I tend to doubt this is ever the case unless it's in some kind of corporate environment where that configuration actually makes sense.l33tmeatwad wrote:Also, you say you "can't install AviSynth", is there any particular reason why?
If they're trying to use the version of avsplus from the zip file they linked to earlier (r1576) with FFmpeg, that would explain it. Even though I'd previously said:
If you plan on using FFmpeg to encode, then you need to get a revision newer than r1718.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
-
- Joined: Wed Feb 25, 2009 5:07 pm
Re: Windows 10 and avisynth
I read
http://forum.doom9.org/showthread.php?t=167579
I can't install cos permission has only my administrator
But today exactly 30 minutes ago i copied avisynth.dll and devil.dll to avspmod folder and other filters like ffms2.dll
and opened script
loadplugin("F:\filmy\EVRST\ffms2.dll")
ffvideosource("F:\filmy\EVRST\everest.mkv")
It works. now i will try with lsmashsource
http://forum.doom9.org/showthread.php?t=167579
I can't install cos permission has only my administrator
But today exactly 30 minutes ago i copied avisynth.dll and devil.dll to avspmod folder and other filters like ffms2.dll
and opened script
loadplugin("F:\filmy\EVRST\ffms2.dll")
ffvideosource("F:\filmy\EVRST\everest.mkv")
It works. now i will try with lsmashsource
-
- Joined: Wed Feb 25, 2009 5:07 pm
Re: Windows 10 and avisynth
loadplugin("F:\filmy\EVRST\LSMASHSource.dll")
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
works too
I tried other filters
with undot works
loadplugin("F:\filmy\EVRST\undot.dll")
loadplugin("F:\filmy\EVRST\LSMASHSource.dll")
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
undot()
but fluxmooth no
loadplugin("F:\filmy\EVRST\fluxmooth.dll")
loadplugin("F:\filmy\EVRST\LSMASHSource.dll")
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
fluxmooth()
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
works too
I tried other filters
with undot works
loadplugin("F:\filmy\EVRST\undot.dll")
loadplugin("F:\filmy\EVRST\LSMASHSource.dll")
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
undot()
but fluxmooth no
loadplugin("F:\filmy\EVRST\fluxmooth.dll")
loadplugin("F:\filmy\EVRST\LSMASHSource.dll")
LWLibavVideoSource("F:\filmy\EVRST\everest.mkv")
fluxmooth()
-
- Joined: Wed Feb 25, 2009 5:07 pm
Re: Windows 10 and avisynth
Which sharpen filters do you suggest for movie?
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Windows 10 and avisynth
Personally I'm a fan of LSFmod for general use because it is quite flexible, but it really comes down to research plus trial and error to really figure out what is the best for each particular source.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Windows 10 and avisynth
LSFmod has a very recognizable look which I tend to dislike; if a video is sharpened it should still look natural, the filter's intervention should not be obvious.
I hardly ever sharpen, but if I really have to, I tend to go for FineSharp.
RKS is pretty good too, but it's apparently private now so I'm not even sure I'm supposed to share it ─ it's basically a postprocessed high quality unsharpmask of sort which also supports 16 bit filtering.
I hardly ever sharpen, but if I really have to, I tend to go for FineSharp.
RKS is pretty good too, but it's apparently private now so I'm not even sure I'm supposed to share it ─ it's basically a postprocessed high quality unsharpmask of sort which also supports 16 bit filtering.