Quantcast Vmesquita Method Crashes When Encoding 4x3 - digitalFAQ.com Forums [Archives]
  #1  
07-25-2004, 12:53 AM
Dam0 Dam0 is offline
Free Member
 
Join Date: Jun 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
hi all, i have been using vmesquita method of encoding 3x dvd sources onto kdvd with menus. ive been having great success untill now.

im trying to encode harry potter trillogy atm, and the source for HP 1 is 4x3, till now all my sources have been 16x9 and worked fine. this one needs flag for myanamorphic=false for 4x3.

when i load the avs script into tpmg it closes the app, doesnt even give error message. if i change flag to true (normal for 16x9) it encodes the movie, but the movie plays back squashed (as expected).

any suggestions.??

here is my script im using .

################################################## ################
# Using Kwag?s Motion Adaptive Filtering to get more compression #
################################################## ################
##############
# Parameters #
##############
myanamorphic=false # change to false if on step 6 you had 4:3 instead of 16:9
#Use 720 or 352 to KDVD, 528 352 to K(S)VCD
m_width = 352
#subtitle="VTS_01_0.sub" # Add a# in the beginning of this line if you don't need #subtitles or change for the name of the sub file created on step 7.
movie= "C:\HP\HP_1\VIDEO_TS\HP1.d2v"
myoverscan=0 # Test values from 0 to 3 here. Bigger files produce more quality but
#a value too big will cause undesirable black borders on your TV.
MaxTreshold = 1.50
nf = 0 # Current frame.

################
## Functions ###
################

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

##########
# Script #
##########
MPEG2Source(movie)

#Resize, over scan and borders
undot()
Limiter()
asharp(1, 4)
GripCrop(m_width,480,overscan=myoverscan,Source_an amorphic=myanamorphic,dest_anamorphic=true)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
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()

#Subtitles #
############
#VobSub(subtitle) # Add a # in the beginning of this line if you don't need #subtitles.

converttoyuy2()


thanks in advance,
Dam0
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  
07-25-2004, 01:17 AM
Dam0 Dam0 is offline
Free Member
 
Join Date: Jun 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Doh.....

how silly am i ??

i spent 5 mins looking at script and realised this line...

dest_anamorphic=true

so if source is "false" then output must be also...

its now encoding. ill report back if the video looks weird, but i expect all to be cool.

cheers,
Dam0
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems Vmesquita Calc Method in TMPGEnc 2.5 jlawsc Video Encoding and Conversion 2 09-17-2004 05:19 PM
DVD2AVI crashes oxycotton420 Video Encoding and Conversion 4 06-11-2004 01:31 PM
Bbmpeg crashes ezysk Video Encoding and Conversion 6 07-17-2003 01:06 PM
HeadAC3he: Headache crashes after Encoding... Jellygoose Audio Conversion 7 01-11-2003 11:52 AM
BBmpeg crashes mickeymouse Video Encoding and Conversion 2 10-13-2002 10:40 PM

Thread Tools



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