Quantcast Avisynth: Unrecognised Frame Size? - digitalFAQ.com Forums [Archives]
  #1  
04-07-2004, 07:54 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
I have just installed AviSynth 2.5.4, and when I goto to test the avs file it comes up with this error:

Code:
GripCrop: Unrecongnized destination frame size
(D:\My Films\ss.avs, Line 5)
Here is the contents of my script:

Code:
AviSource("D:\My Films\ss.avi",false) 
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
Convolution3D(1, 6, 12, 6, 8, 2.8, 0) 
GripCrop(WIDTH, HEIGHT, overscan=0, source_anamorphic=false) 
GripSize(resizer="LanczosResize") 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
TextSub("D:\My Films\ss.srt") 
GripBorders()
The resolution of the movie is 640x352, what am I doing wrong?
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  
04-07-2004, 07:58 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You don't read the instructions that come with the script.
Return to the place where your found it and READ.
Reply With Quote
  #3  
04-07-2004, 08:09 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
I've read it again, and the dimensions of the video can be divided by 16, and I have all the plugins needed.

Oooh, maybe I'll try AviSynth 2.5.2

EDIT:

Well that didn't make any difference ¬_¬. I added "AddBorders(0,0,4,3)" after the avi source and now I'm getting this error:

Code:
BlindPP: Need mod16 width
(D:\My Films\ss.avs, line 3)
Reply With Quote
  #4  
04-07-2004, 08:24 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I can't believe you don't see the only bold line in the post

Quote:
Don't forget to change WIDTH and HEIGHT according to your wishes.
I prefer to not say anything about your last attempt. I really never understand how people can blindly use (0,0,4,3) and don't catch what an EXAMPLE means :banghead:

Does this word have an other means in english than in french ?
Reply With Quote
  #5  
04-07-2004, 08:34 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry about that Dialhot , I completely missed it to be honest and I just noticed it now and was about to reply saying how stupid I was in not seeing it . :banghead:
Reply With Quote
  #6  
04-07-2004, 08:42 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Great
Now we can go one step further : best values for width and height according to your source are 480x480 and 544x480.

Take the seconds if your movie is less than 1h45, else the fist ones.

Enjoy
Reply With Quote
  #7  
04-07-2004, 08:44 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Can you repeat please?
Reply With Quote
  #8  
04-07-2004, 08:48 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Prodater64
Can you repeat please?
Are you talking to me ?
Reply With Quote
  #9  
04-07-2004, 08:50 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
That's great, I chose 544x480 for the dimensions of the film, but I've run into a slight problem.

Everyone in the film is BLUE WTF! Everything that's ment to be white is blue lol, why is this happening?

I've tried the avs file in WM9, WMClassic, and The Core Media Player and they all give the same results.
Reply With Quote
  #10  
04-07-2004, 08:52 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Xvid related problem.

For tonight, just add a "SwapUV()" command just after the "avisource" line. But for your future jobs I strongly suggest you to update your codec.
Reply With Quote
  #11  
04-07-2004, 08:55 PM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
SwapUV()
Reply With Quote
  #12  
04-07-2004, 08:57 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Ok just before I head off to bed, how do I update the xvid codec? I have download the xvidcore-1.0.0-rc3 file, but I don't know how to install it.
Reply With Quote
  #13  
04-07-2004, 09:00 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Generally there is a file called setup.exe or install.exe

Else you don't have the codec but the sources !?
Reply With Quote
  #14  
04-07-2004, 09:09 PM
xpronic xpronic is offline
Free Member
 
Join Date: Mar 2003
Location: UK
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Damn it! I must have downloaded the source files. ¬_¬

Where can I get the executable version? All the versions on www.xvid.org are all source files lol.

EDIT:

Nevermind I've found it
Thanks for all your help Dialhot.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Frame size 1028x56 is not supported? jorel Avisynth Scripting 5 06-29-2004 08:20 PM
Erro frame size tucao Conversão e Codificação de Vídeo (Português) 2 06-06-2004 05:34 AM
KVCD: Avisynth error, Evaluate Unrecognised exception! kev23m Avisynth Scripting 8 05-18-2004 11:19 AM
Avisynth 2.52 frame size problems cruz Avisynth Scripting 6 11-11-2003 12:01 PM
DVD2SVCD: How to specify out frame size? MrTibs Video Encoding and Conversion 3 06-18-2003 12:50 PM

Thread Tools



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