Quantcast How to do a Overscan Resize? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-21-2004, 10:44 AM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
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
No borders no nothin Can afew of u help me please
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) ????????
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-21-2004, 10:48 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
To use Letterbox() that means to remove the # thingy at the begining. So in the script above you are not using Letterbox()
Reply With Quote
  #3  
01-21-2004, 10:48 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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").
Reply With Quote
  #4  
01-21-2004, 10:49 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Too slow
Reply With Quote
  #5  
01-21-2004, 10:49 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I was the first
Reply With Quote
  #6  
01-21-2004, 11:05 AM
The Untouchable The Untouchable is offline
Free Member
 
Join Date: Jan 2004
Location: Little India, British Columbia
Posts: 224
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks goes out to both of u !!
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 & am a returning user !!
Now my goal is 3 DVD TO 1 DVD-R
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 ? ...
Thanks again & peace out, (for now) lol
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD: Resize or not resize, that is the question. Prodater64 Video Encoding and Conversion 72 09-19-2005 10:16 AM
MencodeME e CROP, OVERSCAN, RESIZE vicksson Conversão e Codificação de Vídeo (Português) 3 10-23-2004 02:10 PM
No resize,overscan ou letterbox-para ginoboy jorel Conversão e Codificação de Vídeo (Português) 45 10-18-2004 11:29 AM
Overscan renseignement tamahome Conversion et d'Encodage de Vidéo (Français) 3 12-20-2003 12:46 PM
Avisynth: Overscan? CheronAph Avisynth Scripting 21 05-04-2003 12:21 PM




 
All times are GMT -5. The time now is 11:00 PM  —  vBulletin © Jelsoft Enterprises Ltd