Windows 10 and avisynth

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Windows 10 and avisynth

Post by l33tmeatwad » Tue Feb 09, 2016 3:08 pm

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

jakkor
Joined: Wed Feb 25, 2009 5:07 pm
Org Profile

Re: Windows 10 and avisynth

Post by jakkor » Tue Feb 09, 2016 3:47 pm

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.

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Windows 10 and avisynth

Post by l33tmeatwad » Thu Feb 11, 2016 10:02 am

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?
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Windows 10 and avisynth

Post by Qyot27 » Thu Feb 11, 2016 10:55 am

l33tmeatwad wrote:Also, you say you "can't install AviSynth", is there any particular reason why?
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.

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

jakkor
Joined: Wed Feb 25, 2009 5:07 pm
Org Profile

Re: Windows 10 and avisynth

Post by jakkor » Thu Feb 11, 2016 3:56 pm

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

jakkor
Joined: Wed Feb 25, 2009 5:07 pm
Org Profile

Re: Windows 10 and avisynth

Post by jakkor » Thu Feb 11, 2016 4:22 pm

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()

jakkor
Joined: Wed Feb 25, 2009 5:07 pm
Org Profile

Re: Windows 10 and avisynth

Post by jakkor » Fri Feb 12, 2016 12:34 pm

Which sharpen filters do you suggest for movie?

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Windows 10 and avisynth

Post by l33tmeatwad » Wed Feb 17, 2016 9:55 am

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

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Windows 10 and avisynth

Post by mirkosp » Sun Feb 21, 2016 3:33 am

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.
Image

jakkor
Joined: Wed Feb 25, 2009 5:07 pm
Org Profile

Re: Windows 10 and avisynth

Post by jakkor » Mon Feb 22, 2016 1:01 am

What is RKS?

Locked

Return to “AviSynth Help”