"They're new!" (Yes, really!)
I've achieved a final script for the new Sheeep remasters I've been silently working on for some time now. They're comlpletely redone from the admittedly poorly made 2020 ones. They were in a need of major rework, that and my AviSynth skills have improved since then. Unfortunately, the remasters will have to be rendered at 25p instead of 50p due to computing problems I haven't been able to fix yet.
*Due to E12, E19, & E20 having extensive colour issues, those will be done last.*
*Due to E12, E19, & E20 having extensive colour issues, those will be done last.*
The Script:
SetFilterMTMode("TFM", 2) video = MPEG2Source("D:\Sheeep\Series 2\Sheeep - S02E09 - The Flood_track1_eng.d2v") audio = NicAC3Source("D:\Sheeep\Series 2\Sheeep - S02E09 - The Flood_track2_eng_DELAY 0ms.ac3") AudioDub(video,audio) AssumeTFF() ConvertToYV12(matrix="Rec709", interlaced=true) TFM(slow=2,field=1,mode=1,pp=4,cthresh=12) GaussResize(704,height) BicubicResize(720,height,0,0.6) aWarpSharpDering(depth=6, diffthresh=24, lumathresh=12) Sharpen(0.00,0.33).daa3mod(false) Lanczos4Resize(1440,1080) Sharpen(1,0) AddBorders(240,0,240,0) #BicubicResize(1440,1080) Prefetch(7)
No comments:
Post a Comment