View Single Post
Old 8th February 2018, 16:46   #15512  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Atak_Snajpera View Post
Create custom script and save it in Tools\AviSynth plugins\Scripts\Custom

CropDVD.avs (left,top,right,bottom)
Code:
#Crop
video=Crop(video,2,2,-2,-2)
Do not forget to select this script in batch mode!
I had thought about that but wasn't sure how to combine it with my other custom scripts like this one:
Code:
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\masktools\masktools2.dll")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\mvtools\mvtools2.dll")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\dither.dll")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\avstp.dll")
Import("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\LSFmod.avsi")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\RgTools\RgTools.dll")
Import("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\SMDegrain.avsi")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\medianblur2.dll")
Loadplugin("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\smoothadjust.dll")
Import("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\dither.avsi")
Import("C:\RipBot264v1.22.0\Tools\AviSynth plugins\Custom\HQDeringmod_v1.8.avsi")
video=video.SMDegrain(tr=10,thSAD=1000,subpixel=3,contrasharp=true,refinemotion=true,lsb=true,pel=1).HQDeringmod(nrmode=2,Y=3,U=3,V=3,lsb=False,thr=255.0,darkthr=255.0)
byteshare is offline   Reply With Quote