Quantcast Avisynth: Illegal Resolution? - digitalFAQ.com Forums [Archives]
  #1  
07-08-2003, 07:54 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
I seem to be getting an illegal resolution of 356x56 when I use the current script..here is the video.avs from tok

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("C:\DVD\evolution.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 240, overscan=1, source_anamorphic=false)
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()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

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

#
####
AssumeFPS(24.000)
LoadPlugin("C:\TOK53\ToK_EXTRAS\Sampler\Sampler-2.5.dll")
oldfps = framerate
AssumeFps(oldfps *1)
Sampler(samples=0,length=24)
AssumeFps(oldfps)


David
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-08-2003, 08:06 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi David,

Did you use DVD2AVI version 1.77.3
That's what we're using with AviSynth 2.52.
Try to open your .avs with Vdub, and see if you get an error.

-kwag
Reply With Quote
  #3  
07-08-2003, 08:12 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Yep I used DVD2AVI 1.77.3, I opened with vdub an got an error. errors on line 2 and line 21

David
Reply With Quote
  #4  
07-08-2003, 08:16 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Get the latest version of MPEG2DEC3.dll
http://nic.dnsalias.com/

-kwag
Reply With Quote
  #5  
07-08-2003, 08:23 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Kwag Its working great

David
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: Error - The resolution of the video is illegal TheDJ Video Encoding and Conversion 4 04-30-2004 11:15 AM
tmpgenc - the resolution of video is illegal? CaLaFaT Video Encoding and Conversion 10 01-14-2004 04:33 AM
Resolution of video is illegal? ahchagas Video Encoding and Conversion 7 09-26-2003 01:55 PM
TMPGEnc: Illegal resolution? elpotito Video Encoding and Conversion 0 07-29-2003 04:03 AM
DVD2SVCD: Illegal resolution DKruskie Video Encoding and Conversion 47 05-20-2003 01:28 PM

Thread Tools



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