storebror
19th July 2004, 01:09
Hi. got this weird .avs-script errormessage when trying to encode in CCE 2,50.
"Frame size 712x584 is not supported. Supported Frame size is up to 720x576"
I'm able to play the .avs-script in my Win MediaPlayer without any syntaxerrors.
Any hints?
My avs-script:
---------------------------------------------------------------------------------
#Import("D:\\VirtualDub\plugins\vdub_filters.avs")
AVISource("D:\movies\The Jackal\The Jackal.avi")
LoadPlugin("D:\Program\AviSynth 2.5\plugins\mpeg2Dec3.dll")
#LoadPlugin("D:\Program\AviSynth 2.5\plugins\VSFilter.dll")
ConvertToYUY2()
#TextSub("D:\Movies\The Jackal\The_Jackal.ssa")
AssumeFPS(25.0, sync_audio=True)
BicubicResize(688,352,0,0.6,0,0,720,368)
AddBorders(12,116,12,116)
#Trim(0,179119).FadeOut(150)
AddAudio()
resampleAudio(41000)
#SSRC(48000)
-----------------------------------------------------------------------------------------
"Frame size 712x584 is not supported. Supported Frame size is up to 720x576"
I'm able to play the .avs-script in my Win MediaPlayer without any syntaxerrors.
Any hints?
My avs-script:
---------------------------------------------------------------------------------
#Import("D:\\VirtualDub\plugins\vdub_filters.avs")
AVISource("D:\movies\The Jackal\The Jackal.avi")
LoadPlugin("D:\Program\AviSynth 2.5\plugins\mpeg2Dec3.dll")
#LoadPlugin("D:\Program\AviSynth 2.5\plugins\VSFilter.dll")
ConvertToYUY2()
#TextSub("D:\Movies\The Jackal\The_Jackal.ssa")
AssumeFPS(25.0, sync_audio=True)
BicubicResize(688,352,0,0.6,0,0,720,368)
AddBorders(12,116,12,116)
#Trim(0,179119).FadeOut(150)
AddAudio()
resampleAudio(41000)
#SSRC(48000)
-----------------------------------------------------------------------------------------