View Single Post
Old 13th June 2020, 20:26   #6  |  Link
Forteen88
Herr
 
Join Date: Apr 2009
Location: North Europe
Posts: 556
Quote:
Originally Posted by crystalfunky View Post
Thanks! How do I include the .avs file in Staxrip?
What do you use for resharpening the picture?
I used aWarpSharp2 and I think it's good.
First install AviSynth+,
https://github.com/AviSynth/AviSynthPlus/releases

Then, in the program AvsPmod (or Notepad), you should write (and save the file as "filename.avs" (without the citationmarks), set what filename you want, but the filename should end with .avs),
Quote:
LoadPlugin("C:\Program Files\AviSynthPlus\plugins64+\fft3dfilter.dll")
LoadPlugin("C:\Program Files\AviSynthPlus\plugins64+\masktools2.dll")
LoadPlugin("C:\Program Files\AviSynthPlus\plugins64+\mvtools2.dll")
LoadPlugin("C:\Program Files\AviSynthPlus\plugins64+\RgTools.dll")
Import("C:\Program Files\AviSynthPlus\plugins64+\TemporalDegrain-v2.2.1.avsi")
LoadPlugin("C:\Program Files\AviSynthPlus\plugins64+\LSMASHSource.dll")
LWLibavVideoSource("C:\Videos\yourvideofile.mp4", threads=1)
TemporalDegrain2(grainLevel=false)
I think that it will be enough (assuming you use that filepath for TemporalDegrain-v2.2.1.avsi), I don't think that a video-source loading-filter is needed, since Staxrip got an integrated loading-filter.

All the filters (fft3dfilter, masktools2, mvtools2, RgTools) that are needed for TemporalDegrain2 are downloadable here,
http://www.avisynth.nl/index.php/TemporalDegrain2
Extract the filter's .dll files to C:\Program Files\AviSynthPlus\plugins64+

I hear that sharpening is a bit bad for compression, so I rather use a sharpening-filter on playback. So I can't give you good advice on that.
I used to use LimitedSharpenFaster-plugin.

Last edited by Forteen88; 16th June 2020 at 10:10. Reason: formatting
Forteen88 is offline   Reply With Quote