logo Sign In

Post #534402

Author
OmegaMattman
Parent topic
Star Wars Trilogy: Hyperspace Collection - 720p AVCHD Project Complete and Now Available! See Post 42 for final details!
Link to post in topic
https://originaltrilogy.com/post/id/534402/action/topic#534402
Date created
10-Sep-2011, 2:47 PM

STAR WARS
STAGE 1
TOOLS: AviSynth and VirtualDub

STAGE 1-A

Here is the AviSynth script for this first rendering. Please note that I am leaving out the IVTC portion of the script. I usually prefer to do it manually, instead of using the "Film" function on DGIndex. It also leaves out the SOURCE portion of the script.

crop (0,84,0,-86,align=true)

NNEDI2(dh=true, field=0)
NNEDI2(dh=false,field=1)

AAA()
AAA()

spline64resize (1280, 618)

addborders (0,51,0,51)

orig = last
temp = orig.TemporalSoften(3,255,255,25,2)
int = Interleave(temp.Repair(orig),orig)
DePan(int,data=DePanEstimate(int,trust=0,dxmax=1,dymax=0),offset=-1)
SelectEvery(2,0)

super = MSuper(pel=2, sharp=2,levels=7)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=2)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=2)
MDegrain1(super, backward_vec2,forward_vec2,thSAD=200)

Levels(0, 1, 255, 0, 250)

You will notice a couple sections toward the end which were borrowed from the G-Force scripts.

VirtualDub Filters:
- Levels: 10, 1.100, 255, 0, 255, Operate in Luma instead of RGB=Yes
- Red/Green/Blue/Sat/Contrast: R=90, G=95, B=100, Sat=105, Cont=100
- CMYK Film Color: *C=0, +C=0, *M=5, +M=0, *Y=5, +Y=0, *K=0, +K=0
- Hue/Saturation/Intensity: Apply To ALL, Hue=2, Preserve Luma=Yes, Sat=1.05, Int=1.00

You'll probably notice the colors for the opening text aren't very good.  And, the colors for the first shot of the space battle are off, thanks in large part to the multiple sources Lucasfilm used.  These two things are color-adjusted with different VirtualDub settings...bringing us to:

STAGE 1-B

VirtualDub Filters for Text Scroll:
- Levels: 10, 1.100, 255, 0, 255, Operate in Luma instead of RGB=Yes
- Red/Green/Blue/Sat/Contrast: R=100, G=100, B=100, Sat=105, Cont=100
- CMYK Film Color: *C=-100, +C=0, *M=0, +M=0, *Y=20, +Y=0, *K=0, +K=0
- Hue/Saturation/Intensity: Apply To ALL, Hue=0, Preserve Luma=Yes, Sat=1.05, Int=1.00
- Hue/Saturation/Intensity: Apply To YELLOW ONLY, Hue=-4, Preserve Luma=Yes, Sat=1.00, Int=1.40

STAGE 1-C

VirtualDub Filters for Opening Space Battle Shot:
- Levels: 5, 1.100, 255, 0, 250, Operate in Luma instead of RGB=Yes
- Red/Green/Blue/Sat/Contrast: R=96, G=98, B=100, Sat=105, Cont=100
- CMYK Film Color: *C=14, +C=0, *M=0, +M=0, *Y=20, +Y=0, *K=0, +K=0
- Hue/Saturation/Intensity: Apply To ALL, Hue=0, Preserve Luma=Yes, Sat=1.05, Int=1.00
- Hue/Saturation/Intensity: Apply To RED ONLY, Hue=0, Preserve Luma=Yes, Sat=1.00, Int=1.10