View Single Post
Old 26th September 2017, 17:19   #15168  |  Link
Shrekage
Registered User
 
Join Date: Feb 2012
Posts: 51
Quote:
Originally Posted by Atak_Snajpera View Post
Show me content of Chunks\1.avs
Code:
#MT



#VideoSource
LoadPlugin("\\EC3\RipBot264temp\Tools\AviSynth plugins\ffms\ffms_latest\x64\ffms2.dll")
video=FFVideoSource("\\EC3\RipBot264temp\job285\video.mkv",threads=1,cachefile = "\\EC3\RipBot264temp\job285\video.mkv.ffindex").ConvertToYV12(matrix="rec709").AssumeFPS(29.970)
#Deinterlace



#Decimate



#Crop



#Resize



#Levels



#Colours



#Denoise



#Subtitles
Loadplugin("\\EC3\RipBot264temp\Tools\AviSynth plugins\VSFilter\VSFilter.dll")
video=VobSub(video,"\\EC3\RipBot264temp\job285\2_subtitles_Undetermined.sub")



#Custom



#Prefetch



#AudioSource
 


#Triming



#AVSameLength
video=Trim(video,0,1799)


#ColorSpace



#Return
return video
Shrekage is offline   Reply With Quote