how LetterBox works and in what case is used?
have i use in the last script if the source is dvd?
advantages?
is only for captures?
yeah,many questions.
see my values for bicubic and addborders in the last script:
i don't use overscan = 2 cos give black bars on the left in my tv,
then i choose overscan = 1
.....
undot()
Limiter()
asharp(2,4)
FieldDeinterlace()
BicubicResize(464,464,0,0.6,0,0,712,480)
STMedianFilter(8,32,0,0)
MergeChroma(blur(MaxTreshold))
MergeChroma(blur(0.2))
ScriptClip("nf=YDifferenceToNext()"+chr(13)+"nf>2. 5?asharp(-(fmin((nf/30),1)),0):\
TemporalSoften(2,7,7,3,2)")
ScriptClip("nf>scd_trigger?asharp(-2,0):asharp(0,0)")
AddBorders(8,8,8,
Limiter()
function fmin(float f1,float f2){return(f1<f2)?f1:f2}
and what filter is better to deinterlace? (i'm using decomb)
i read that with more than 480x480 we don't need to use deinterlace.
this information is right?
thanks for all informations.