digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   avisynth script - tmpgenc says not supported? (http://www.digitalfaq.com/archives/avisynth/7602-avisynth-script-tmpgenc.html)

andybno1 01-10-2004 12:52 PM

avisynth script - tmpgenc says not supported?
 
right I have avisynth 2.53, dvd2avi 1.77 and when I load avs script into tempgenc it says not supported.

script I used was:

Code:

###Ver. November 21, 2003 @07:45 GMT ###
##DLL Section ##
#
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\asharp.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\unfilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\undot.dll")
#
####
##Main section and static filters ###
#
Mpeg2Source("D:\LOTR-FOTR.d2v")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 576)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

##Linear Motion Adaptive Filtering ##
#
#( Portions from AviSynth's manual )
#This will apply variable temporalsoften
#and variable blur.
#Both filters are active at all times, and work inversely proportional to the
#activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100))).TemporalSoften( fmin( round(2/nf), 6), round(1/nf), round(3/nf), 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here )#Depends on situation. Use MovieStacker!
Limiter()

#
#
##Functions ###

function fmin( int f1, int f2){
  return ( f1<f2 )? f1 : f2
}
 
#
####


incredible 01-10-2004 01:17 PM

Does this happen since you updated something as this is not your first avs-into-TmpgEnc encoding, right?

First: Change to DVD2AVU 1.76! Look for the Downloadlink at Warpenterprises they do provide it there.

Then: What happens when opening this avs in Vdub/Zoomplayer or WMP ?

Be shure you got a YV12 codec installed (xvid/Dvix).

Download also at Warpenterprises the ReadAVS.dll installer so avs scripts can be imported directly without that directshow way.

andybno1 01-10-2004 01:33 PM

well now I'm getting "Evaluate: Unrecognised Exception! (C:\LOTR-FOTR.avs, Line 14) its all linked right in the script I've opened the d2v in tempgenc seperately an it loaded fine, I've double checked the link to the d2v file and its all correct so I dunno whats wrong.

Quote:

Originally Posted by incredible
Does this happen since you updated something as this is not your first avs-into-TmpgEnc encoding, right?

No this isn't my first encode, and no I've not updated anything.

Quote:

Originally Posted by incredible
Download also at Warpenterprises the ReadAVS.dll installer so avs scripts can be imported directly without that directshow way.

well I done a reinstall of avisynth and re-registered the readavs.dll file I have in the tempgenc folder an avs script is loadin now in tempgenc just havin a prob with the unrecognised exception mentioned above now.

rds_correia 01-10-2004 09:01 PM

Andy,
Make sure that you save your d2v project in 1.76 mode when using DVD2AVI 1.77.3.
BTW make sure you have the version modified by Donald Graft and that you have "MPEG2Dec3dg.dll"
in the folder where you have "DVD2AVIdg.exe".
C ya

Edit: Sorry buddy but I didn't notice that you can load your d2v file directly in tmpgenc so don't mind my post.

andybno1 01-10-2004 09:20 PM

ooookk then lol err so anyone know why I'm gettin the Evaluate: Unrecognised Exception! msg?

Dialhot 01-10-2004 09:28 PM

Mpeg2Dec3 and DVD23AVI version are tied eachover.
If you have change the version on DVD2AVI, you must redo the d2v. Did you ?

Did you DL the 1.76 version as recommanded by incredible ? I never had problems with it and the last mpeg2dec3 plugin foudn on waterenterprise.

andybno1 01-10-2004 09:37 PM

I looked for dvd2avi 1.76 but only got 1.77 which I already had

Dialhot 01-10-2004 10:24 PM

Don't know how you are looking for a tool on the net :

http://www.dvd2dvd.org/DVD2AVI%201.7...ine%201.05.zip
(the one I use)

But also :
http://home.tiscali.be/silvio/DVD/DV...01.76%20Fr.zip
http://perso.club-internet.fr/cyberp...D2AVI_176+.zip
http://jfl1974.free.fr/Download/dvd2avi_176.rar
http://www.dvdcreation.net/download.php?id=176
http://fantuz.david.free.fr/Logiciel...D2AVI_1.76.rar

And so on...

Boulder 01-11-2004 05:41 AM

Just as rds_correia, I recommend using Donald Graft's version of DVD2AVI and MPEG2DEC3.

http://neuron2.net , click on 'Mine' and see the Avisynth filters list. Don fixed some decoding problems which may cause an a/v sync error to the final result.

If you use his versions, make sure you don't have both mpeg2dec3.dll and mpeg2dec3dg.dll in your plugins folder! Remove the former one in that case.

andybno1 01-11-2004 07:10 AM

well I downloaded the dvd2avi 1.76 recomended by you dialhot and then got the mpeg2dec with dvd2avi off Donald Graft's website and well not when I load the script it says unsupported now but yet if I load the d2v file seperstely it loads fine no problems.

rds_correia 01-11-2004 07:59 AM

Andy,
Make sure you copy (don't move) MPEG2DEC3dg.dll that comes with DVD2AVI 1.77.3 by Donald Graft into your avisynth\plugins directory and remove any other MPEG2DEC3.dll from it.
You have to copy it because you must have it on both avisynth\plugins directory and DVD2AVIdg directory.
Always save your DVD2AVI projects as "Save project (1.76)" otherwise you may run into some problems with some applications.
Cheers

Note: I advise you to use DG version of DVD2AVI because other versions of it are know to have severe problems loosing frames and loosing a/v sync.

andybno1 01-11-2004 08:07 AM

I just extracted the mpeg3dec3dg.dll file to the folder where me filters are and I deleted others, I saved as 1.76 d2v opens fine in tempgenc on its own but the script is where I'm havein the probs keeps sayin unsupported and yet I have reinstalled avisynth and reregistered the readavs.dll file.

rds_correia 01-11-2004 08:16 AM

Hi Andy,
Could you check your tmpgenc Option>Environmental setting>VFAPI plug-in.
There you should find the list of all registered VFAPI plugins in your PC.
Just make sure you only have Name: Avisynth/VirtualDub script reader v0.1 checked, and that in the File field of it you can read Readavs.dll.
This last part is really important. If you don't see the Readavs.dll it's because you don't have it properly registered.
Cheers

Dialhot 01-11-2004 08:47 AM

Quote:

Originally Posted by andybno1
but the script is where I'm havein the probs keeps sayin unsupported and yet I have reinstalled avisynth and reregistered the readavs.dll file.

Add "ConverttoRGB24()" at the end of the script. If it works, then you have a codec problem.

andybno1 01-11-2004 11:55 AM

wouldn't ya know it the ConverttoRGB24() made the avs script load properly so question has to be what codec is causin the problem.

rds_correia 01-11-2004 12:25 PM

Andy buddy,
Go ahead and install nic's XviD or your favorite and hopefully you'll start encoding this new project.
C ya

andybno1 01-11-2004 01:55 PM

I have koepis build of xvid installed, could that be causin probs?

Dialhot 01-11-2004 03:54 PM

How can I know that ? I have a release that do not gives me problem and never try another one :-)

andybno1 01-11-2004 03:57 PM

sure I'll try anything me if it sorts me problem out lol

andybno1 01-11-2004 05:59 PM

well now its all loaded into tempgenc and I've done my prediction the encode time had a steady climb to how long it was gonna take I canceled two mins ago and it was upto 60hrs I have a 2.66ghz with 256mb ram so I'm confused


All times are GMT -5. The time now is 09:54 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.