Log in

View Full Version : how to serve from tmpg to virtual dub?


draggoon01
18th July 2003, 19:41
hi trying to use tmpg as intermediate because virtual dub can't open directly. i've tried useing latest tmpg and save as project. then i try to convert with vfapi 1.05. but vfapi won't open the project file? how can transcode with tmpg?

Wilbert
18th July 2003, 22:26
You probably need to install readavs.dll: http://www.dvdrhelp.com/forum/userguides/87270.php

I thought it also enables you to read tpr files, but I might be wrong though.

draggoon01
19th July 2003, 01:32
Originally posted by Wilbert
You probably need to install readavs.dll: http://www.dvdrhelp.com/forum/userguides/87270.php

I thought it also enables you to read tpr files, but I might be wrong though.

fixed it. thanks

Dreassica
19th July 2003, 23:01
use avisynth:

LoadVFAPIplugin("d:\TMPGenc.vfp","TMPGsource")
TMPGsource("d:\filename.tpr")
FlipVertical()

should work too.
:)