Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Just use These Scripts As Your Requirments and Source

asharp(2,4)
UnFilter(100,100)
DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false)
FFT3DFilter(sigma=0.3, plane=4, bt=3)
Tweak(Sat=2.2,Bright=15.9,cont=1.1,hue=10.9)
ConvertToRGB()

Suggestion for divx anime decoding :

asharp(2.5,4.5,0.25,hqbf=true)

LimitedSharpen( ss_x=1.25, ss_y=1.25, strength=150, overshoot=1)


FFT3DFilter(sigma=1.2,plane=4)
YLevels(14, 1, 255, 0, 255)
LimitedSharpenFaster(ss_x=1.25, ss_y=1.25, strength=80, overshoot=1)
MT("LimitedSharpen( ss_x=1.25, ss_y=1.25, strength=30, overshoot=1)",2)

LimitedSharpenFaster(ss_x=1.25, ss_y=1.25, strength=80, overshoot=1)

DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false)

FFT3DFilter(sigma=1.2,plane=4)

Tweak(Sat=2.2,Bright=15.9,cont=1.1,hue=10.9)

LoadVirtualDubPlugin("C:\Program Files\AviSynth 2.5\plugins\Logo.vdf", "Logo", 0)


DGDecode_mpeg2source("E:\TM\Tum Mile.d2v", cpu=4, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=1).tdecimate(hybrid=3)
crop( 6, 60, -6, -60)

LanczosResize(672,288) # Lanczos (Sharp)


Undot() # Minimal Noise
DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false)
FFT3DFilter(sigma=1.2,plane=4)
Tweak(Sat=1.2,Bright=6.1,cont=1.1,hue=1.3)
ConvertToRGB()
Logo(15,650,60,1, 0, 0,0, 0, "C:\Program Files\AviSynth 2.5\plugins\
Logo10DRC.bmp",0,112,3000, 0, 0, 0, 0)
ConvertToYV12()

script for tweak HDRAGC


(coef_gain=3,shift_u =-
20,coef_sat=4,min_gain=1.3,avg_window=1,shift=0,corrector=.75,black_clip=0.00029,pr
otect=1,debug=0)
ConvertToRGB()

Telecide(Guide=3).Decimate(6)

LimitedSharpenfaster()
if face looks to much red then use this script
FFT3DFilter(sigma=1.2,plane=4)
#dull = last
#sharp = dull.
#LimitedSharpenFaster(ss_x=1.25, ss_y=1.25, strength=80, overshoot=1)
#Soothe(sharp, dull, 20)
#Tweak(hue=2,sat=0.7,bright=-10
PAL TO NTSC. Ordinarily there�s no problem converting a French or other PAL area
movie (Le Pacte Des Loups, for example), to R1 American NTSC DVD (Brotherhood Of
The Wolf). Film is shot at 24fps all over the world, so if you use the film source,
it will ordinarily be telecined as any other movie. They can usually be Force
Filmed with DVD2AVI, or IVTC'd for other cases. But sometimes they aren�t done
properly, and all kinds of problems may arise. Frequently with PAL TV series
converted to NTSC, and many older movies as well (and frequently, for some reason,
Japanese movies made for R1 DVD), when you look at the frames you'll see a 6 frame
pattern. That is, 2 or 3 and sometimes as many as 5 out of 6 frames are seen to be
interlaced. As long as I see at least one of the 6 as progressive I assume a film
source, and decimate it. It may turn out somewhat blurry, but should play smoothly.
The following is the script:

Telecide(Guide=3).Decimate(6)

This returns it to 24.975fps with the audio still in synch. If you wish to make it
25fps, then add AssumeFPS(25) at the end. But the audio in such cases will become
asynch and have to be resynched with AC3Machine or a WAV Editor.

You might also like