Log in

View Full Version : Frame Size Error


Master Yoda
28th January 2004, 23:02
OK, as before, i have now installed avisynth 2.5.4, my script is ..

import("*:\DVD Ripping Apps\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("*:\DVD Ripping Apps\DoItFast4U\mpeg2dec3.dll")
Mpeg2Source("VTS__02_V001.16~9_1.d2v",idct=0)

AddAudio()
ConvertToYUY2()

But now when i load my avs script into cce i get this error message...

frame size 848x56 is not supported.supported frame size is up to 720x576.

Even Docce4u says the frame size is 848x56

Whats gone wrong...

Never had these problems with v2.0.8

Eyes`Only
28th January 2004, 23:04
I can't imagine my app making weird incorrect paths like that, so I'm going to assume you did it yourself.

Master Yoda
28th January 2004, 23:11
OK, i know whats wrong, it was my fault :( .I ripped the dvd when i had 2.0.8 on.

the 2nd line is now different with 2.5.4...

import("*:\DVD Ripping Apps\DoItFast4U\new.avs\addaudio.avs")

RB
28th January 2004, 23:19
Play the script in MediaPlayer 6.4 and you should see a human readable error message. Your paths don't seem to be set up right. You can't have an * for the drive letter and the .D2V should be a full path, too.

Master Yoda
28th January 2004, 23:32
The * was me just removing the drive letter for posting.
The script works fine now.It was the loadplugin line which was different after installing 2.5.4.I just changed it and it works.The reason the d2v does'nt have a path is because the script and the d2v file are in the same place.