digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Unrecognised frame size? (http://www.digitalfaq.com/archives/avisynth/9005-avisynth-unrecognised-frame.html)

xpronic 04-07-2004 07:54 PM

Avisynth: Unrecognised frame size?
 
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? :(

Dialhot 04-07-2004 07:58 PM

You don't read the instructions that come with the script.
Return to the place where your found it and READ.

xpronic 04-07-2004 08:09 PM

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)


Dialhot 04-07-2004 08:24 PM

I can't believe you don't see the only bold line in the post :x

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 ?

xpronic 04-07-2004 08:34 PM

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: :bowdown:

Dialhot 04-07-2004 08:42 PM

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 :-D

Prodater64 04-07-2004 08:44 PM

Can you repeat please? :cyclops:

Dialhot 04-07-2004 08:48 PM

Quote:

Originally Posted by Prodater64
Can you repeat please? :cyclops:

Are you talking to me ? ;-)

xpronic 04-07-2004 08:50 PM

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. :(

Dialhot 04-07-2004 08:52 PM

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.

Prodater64 04-07-2004 08:55 PM

SwapUV()

xpronic 04-07-2004 08:57 PM

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. :oops:

Dialhot 04-07-2004 09:00 PM

Generally there is a file called setup.exe or install.exe :-)

Else you don't have the codec but the sources !?

xpronic 04-07-2004 09:09 PM

Damn it! I must have downloaded the source files. ¬_¬ :oops:

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 :D 8)
Thanks for all your help Dialhot.


All times are GMT -5. The time now is 09:08 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.