Log in

View Full Version : AVISynth decompressor error


BippyM
3rd October 2004, 01:48
Hiya guys

I am new to using AVISynth and I have a 50fps avi I created myself

I am using the following avisynth script

AVISource("J:\DemoDVD\3ddemo.avi")
AssumeFieldBased
Weave

When I try to open I get the following error:


AVISource: the video decompressor couldn't produce YUY2 or RGB output


The AVI is uncompressed RGB16 and I am trying to weave this into a 25fps avi

Any help appreciated

Wilbert
3rd October 2004, 10:49
The AVI is uncompressed RGB16 and I am trying to weave this into a 25fps avi
The problem might be that your avi is RGB16. Perhaps you should try to frameserve it from VDub. Not really sure ...

What happens if you open an uncompressed RGB24?

BippyM
3rd October 2004, 16:36
Yup it seems that was the problem :)

Thanks works fine now :D