Log in

View Full Version : Unknown Errormessage?


storebror
11th July 2004, 00:00
Hi. Instantly getting this Errormessage:
"Framesize 928x56 is not supported. Supported framesize is up to 720x576"
-------------------------------------------------------------------
When trying to load my AvsynthScript that look like this:
-------------------------------------------------------------------
AVISource("D:\movies\The Jackal\The Jackal.avi")
LoadPlugin("D:\Program\AviSynth2.08\plugins\mpeg2Dec3.dll")
LoadVirtualDubPlugin("\D:\unzipped\abit.appz\unzipped\appz\filmprogs\rippers\ripPack\VirtualDub\plugins\textsub.vdf")
LoadPlugin("D:\Program\AviSynth2.08\plugins\VSFilter.dll")
ConvertToYUY2()
AssumeFPS(25.0000,True)
BicubicResize(688,352,0,0.6,0,0,720,368)
AddBorders(16,116,16,116)
TextSub("D:\movies\The Jackal\The Jackal.ssa")
#Trim(0,179119).FadeOut(150)
AddAudio()
resampleAudio(44100)
#SSRC(48000)
-----------------------------------------------------------------
Why?

Amnon82
11th July 2004, 01:23
Can You play the AVISYNTHSCRIPT with mediaplayer or mediaplayer classic?
Normaly it shows You the mistake.

anyway, you should edit your post ...

storebror
11th July 2004, 11:56
Yes and No. All of a sudden the script complains about Line 2, mpeg2Dec.dll. And claims it's not a AviSynth 1.0 plugin(??) It just worked out in CCE without line 3 and 4 though.

Amnon82
11th July 2004, 13:54
Cos of this:
D:\movies\### ######.######+########\### ######.avi


6) No warez, cracks, serials or illegally obtained copyrighted content! Links to content of a questionable nature, asking for, offering, or asking for help/helping to process such content in any way or form is not tolerated.

For line two: It is a AVISource, so You don't need the MPEG2Decoder. You have to update Your AVISynth 1.0 to 2.5. This is why You have troubles.

Download newest 2.5 Build (http://prdownloads.sourceforge.net/avisynth2/AviSynth_254.exe?download)

Line 3,4 should work

storebror
11th July 2004, 14:04
You are absolutely right about that. I'll correct that immediately.
And thanks a lot for your help:)