Log in

View Full Version : TMPGEnc don not read AVS


SILICON
2nd November 2002, 10:48
I´ve installed AVISYNTH 2.06
I´ve installed TMPGEnc 2.58.44.152
I´ve installed TMPGEnc VFP 2.58.44.152
I´ve installed READAVS.DLL (editing install.reg)
I´ve configured the VFAPI section and unckeck all llines except ReadAVS
I´ve put ConvertToRGB() in the last line of AVS script. (The script is ok, I can read it with MPLAYER2)

The script :

version()
ConvertToRGB()

work ok in tmpgenc and mplayer2.

The script:

loadplugin("C:\DVD2CVCD\PLUGINS\MPEG2DEC.dll")
Mpeg2Source("C:\DVD2CVCD\Pelicula\PELICULA.D2V")
ConvertToRGB()

work ok in MPLAYER2, but don´t work in TMPGENC. Tmpgenc says: File "FILM.AVS" can not open or unsupported.

If I instaled DVD2SVCD, works ok, but when i uninstaled DVD2CVCD don´t work anymore.

Any ideas?

Mans thanks in advance.

SansGrip
2nd November 2002, 18:17
I´ve put ConvertToRGB() in the last line of AVS script. (The script is ok, I can read it with MPLAYER2)

This is the problem. Take out ConvertToRGB and it should work, it does for me. Don't ask me why though.

SILICON
3rd November 2002, 11:37
Don´t work
I take off the line "ConvertToRGB" and have the same message: "File "FILM.AVS" can not open or unsupported."

Another idea?

Thanks.

Wilbert
4th November 2002, 15:22
Add ConvertToRGB24 instead of ConvertToRGB.

tuco
14th November 2002, 14:57
Originally posted by Wilbert
Add ConvertToRGB24 instead of ConvertToRGB.

Why do you need to do this? Should it matter? Just curious :)

To Answer the question
Try using an avi source and see if you get the same problem. By the way, did you create PELICULA.D2V using dvd2avi?

Wilbert
14th November 2002, 15:34
Why do you need to do this? Should it matter? Just curious
Because TMPGEnc wants RGB24 and not RGB32. If your source is YUY2 then ConvertToRGB will convert it to RGB32.

tuco
14th November 2002, 15:38
didn't know that, so that means that should have improved quality? I what kind of things happen when you don't convert the colorspace?

Wilbert
14th November 2002, 15:55
so that means that should have improved quality?
I don't know what the advantage of RGB24 above RGB32 is.

I what kind of things happen when you don't convert the colorspace?

Then you will get the message that SILICON got ...