Log in

View Full Version : Blank screen when frameserving Avisynth ->TMPGenc


Phobos
29th March 2003, 03:39
i downloaded the lastest inavs.dll or whatever plugin for tmpenc and i cant still get a preview or encode of the file... i read in the avisynth stickies that tmpgenc wont accept yuv input so isnt there a way to sort this out?? id hate to stick to vfapi now that i know to use avisynth :(

the main point of this is that i want to resize using bicubic before encoding svcd, since tmpg has no resize filter in and the pictures look a little jaggy...

Wilbert
8th April 2003, 15:18
Just add ConvertToRGB24 at the end of your script. TMPGEnc converts it to RGB24 anyway, so the speed will not differ.

If you don't want to do that, try to rename a file called msyuv.dll and try again.

Phobos
8th April 2003, 21:57
okay, ill give it a shot... will post results l8r