[Burichan] [Futaba] [Gurochan] [Photon] - [Home]

[Return]
Reply mode
Name
Link
Subject
Comment
File
Password (for post and file deletion)
Leave empty (spam trap):
  • Supported file types are: GIF, JPG, PNG
  • Maximum file size allowed is 1000 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Spelling, grammar, Maxwell's hammer, etc. Please don't be mean to people in your posts.

>> No.5  

updated to handle the falling scene at the beginning of 1; it's still tough to compress if you know less about x264 than me (ie, you are a fansubber), but ehhh

DirectShowSource("d:\hr1_big.avi", fps=29.97, convertfps=true)

function HeavyGradient(clip clip)
{
last=clip
Repair(AA(), clip, mode=3)
grainoptimizer(last, gradfun2db().fluxsmoothst())
prescale = last
LimitedSharpenFaster(dest_x=856, Lmode=3)
Repair(last, prescale.Spline36Resize(856,472), mode=1)

vmToon(sharpen=false, thinning=15)

return last
}

function OrdinaryHR(clip clip)
{
last=clip
Overlay(clip, Invert().YLevelsS(gamma=1.5, output_high=240).Invert(), mode="Darken")

Repair(AA(), last, mode=3)

FluxSmoothST(spatial_threshold=0, temporal_threshold=7)

prescale = last
LimitedSharpenFaster(dest_x=856, Lmode=3, strength=110, undershoot=1)
Repair(last, prescale.Spline36Resize(856,472), mode=1)

vmToon(sharpen=false, thinning=15, strength=48, threshold=4)
return last
}

function PreviewFile()
{
DirectShowSource("d:\hr_previews.avi", fps=29.97, convertfps=true)
Trim(0, 448)
#AA(edge=true)
AAA()
#Overlay(last, Invert().YLevelsS(gamma=1.5, output_high=240).Invert(), mode="Darken")
Crop(0, 4, 0, -4)
Spline36Resize(856, 472)
return last
}

Trim(0,2370).HeavyGradient() ++ Trim(2371, last.framecount).OrdinaryHR() ++ PreviewFile()

When's Geneon going out of business so I can recreate the whole DVD set?



Delete Post []
Password