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?
"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?