digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   how to do a overscan resize? (http://www.digitalfaq.com/archives/encode/7824-how-overscan-resize.html)

The Untouchable 01-21-2004 10:44 AM

how to do a overscan resize?
 
8) Need More help with overscan ... I know how to do a overscan resize, What I still cant do is a overscan overlap,
When I do A overlap, It doesnt show a little black borders around the edges like it does in resize ? What am I supposed to do>?
When i use letterbox (16,16,16,16) nothin happens :cry:
No borders no nothin Can afew of u help me please :D
Heres my script ...

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\VSfilter.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter25.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####
## Main section and static filters ###
#
Mpeg2Source("E:\delete\1.d2v")
#
VobSub("D:\DVD_VIDEO\VIDEO_TS\VTS_10_0")
undot()
Limiter()
asharp(1, 4)
GripCrop(704, 480, overscan=0, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox(16,16,16,16) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

Am I supposed ta use resize & overlap together ? or
Am i supposed to use overscan 2 along with
LetterBox(16,16,16,16) ????????

Abond 01-21-2004 10:48 AM

To use Letterbox() that means to remove the # thingy at the begining. So in the script above you are not using Letterbox() :)

Dialhot 01-21-2004 10:48 AM

You are simply supposed to remove the "#" in front of the letterbox line :-)

(# says to avisynth "that is a commentary, do not take care of the end of the line").

Dialhot 01-21-2004 10:49 AM

Too slow :-D

Abond 01-21-2004 10:49 AM

I was the first :lol:

The Untouchable 01-21-2004 11:05 AM

Thanks goes out to both of u !! 8)
I guess my questions r in the ways of a newbie, thing is i used to use kvcd in the dayz of wayback, then i got me a dvd burner & somethin called "Elby Clone dvd" & started the dvd 9 to dvd-r 5 thing.
But now I remembered K-DVD :D & am a returning user !!
Now my goal is 3 DVD TO 1 DVD-R :lol:
Now I jus simply Use "Tok & Tmpgenc" to make DVD compliant Svcd files with GOP 18 & mux together the m1v & mp2 with Tmpgenc DVD Author.
Sound about right ? :D ... :evil: :twisted:
Thanks again & peace out, (for now) lol


All times are GMT -5. The time now is 01:07 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.