Log in

View Full Version : TMPGEnc Plugin


Raging_Inferno
3rd October 2003, 02:20
Where do i get the plugin so that avisynth could use the .tmp files? Is it the TMPGEnc.vfp in the TMPGEnc folder or do i download it from somewhere else?

what are the commands to work it?

DDogg
3rd October 2003, 03:16
I had forgotten how well this works. Shame it is rgb24 only.

http://www.avisynth.org/index.php?page=Section+2%3A+AviSynth+and+frameserving

From docs: tpr-files (TMPGEnc project files):

... If you still want to import a tpr-file into an AVS-file, there are two possibilities:

first one: The TMPGEnc plugin is contained in the VFAPI Plugin zip file (ends with -vfp.zip) which can be download from Dooms site [Edit:should already be in your tmpg directory]. (This method doesn't always work, some encoders like CCE SP can't read them.[Edit:CCE 2.67 series can read this script directly])

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

second one: Import the tpr-file in VFAPI, create a fake avi and then load it into AviSynth (note that VFAPI works in RGB-space). See also [1].

jorel
3rd October 2003, 04:46
you will need this:

http://www.kvcd.net/ReadAVS.zip

follow the instructions inside!
:)