Log in

View Full Version : tmpeg won´t read avs files!


hk
23rd March 2002, 15:15
Hi,
I´ve installed avisynth 1031, put the dll in the system32 folder (under Win2000pro)installed the reg file
but Tmpeg won´t read avs files: file can not open or unsupported!
Any ideas?
Mans thanks in advance, hk

NeWcS
23rd March 2002, 19:17
Make sure you have the proper codecs installed. Make sure you have the current DivX codecs

da franksta
23rd March 2002, 19:20
did you install vfapi plug-in for tmpgenc?

Schlumpf
25th March 2002, 01:49
I had the same problem: TMPGenc wouldn´t open yuv-avi´s when opened within an avs-script even if it was only linking directly to an avi and nothing else. If I wanted to open the avi seperately, there was no single problem.
Try to put the following line at the end of your avisynthscript:
ConvertToRGB
That worked for me.

zambelli
25th March 2002, 08:31
Do all of the following:

- Install VFAPI plugin for TMPGenc
- Install Huffyuv codec
- Install the ReadAVS plugin for TMPGEnc
- Add "ConvertToRGB24" at the end of your .avs file

That should do fix your problem.

Wilbert
26th March 2002, 14:41
Don't know about old versions of Avisynth (I'm using the newest version 1.05b2), but in this version you don't need to ConvertToRGB. You can open "YUV" avi-files in 1.05b2.