PDA

View Full Version : CCE FAQ 14--'solution' doesn't help


dvd_master
16th June 2003, 03:49
In CCE, I'm having the 'framesize isn't supported' error, I TRY and do what it says, loading it in Vdub to find the problem, and all the times it says it can't find the source.

Well, the source IS a .vdr virtualdub framserving file. No matter what, it never detects it. It's impossible to open it in Vdub, any other actual video AVI works.

How can I possible find the error through this way? The question is always asked, then the people are yelled at for not reading the FAQ when it doesn't even explain anything.

My avs script is just

AVISource("C:\detectiveconanmovie4.vdr")
resampleaudio(44100)

Sometimes I will make it so it's ".vdr.avi" instead of just ".vdr" but still framerate thing. So why?

RB
16th June 2003, 10:55
Sorry, I don't know. I think you better ask this in either the AVISynth or VDub forum since it's definitely an AVIsynth/VDub problem.

Wilbert
16th June 2003, 13:20
0) If you are using AviSynth v2.5 you need addaudio instead of resampleaudio (this is described in the CCE FAQ).

1) What kind of filter settings did you use in vdub?

2) What happens if you open the avs in wmp 6.4?

3) Does the following work:

AVISource("C:\detectiveconanmovie4.vdr", false, "RGB32")
addaudio(44100)

4) Is removing all the AviSynth plugins (from the AviSynth plugin-dir) of any help?

dvd_master
20th July 2003, 05:59
In WMP it says it doesn't recognize the extension, then asks if I want it to try to play it anyway.

All the others failed. It's driving me crazy! TMPEG would take almost 40 hours, and then it will usually freeze halfway with that stupid 'illegal floating decimal' crap. I NEED to use CCE.