Quantcast Avisynth Script - TMPGEnc Says Not Supported? - digitalFAQ.com Forums [Archives]
  #1  
01-10-2004, 12:52 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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
}
 
#
####
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-10-2004, 01:17 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
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.
Reply With Quote
  #3  
01-10-2004, 01:33 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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.
Reply With Quote
  #4  
01-10-2004, 09:01 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
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.
__________________
Rui
Reply With Quote
  #5  
01-10-2004, 09:20 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
ooookk then lol err so anyone know why I'm gettin the Evaluate: Unrecognised Exception! msg?
Reply With Quote
  #6  
01-10-2004, 09:28 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7  
01-10-2004, 09:37 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
I looked for dvd2avi 1.76 but only got 1.77 which I already had
Reply With Quote
  #8  
01-10-2004, 10:24 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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...
Reply With Quote
  #9  
01-11-2004, 05:41 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #10  
01-11-2004, 07:10 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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.
Reply With Quote
  #11  
01-11-2004, 07:59 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
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.
__________________
Rui
Reply With Quote
  #12  
01-11-2004, 08:07 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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.
Reply With Quote
  #13  
01-11-2004, 08:16 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
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
__________________
Rui
Reply With Quote
  #14  
01-11-2004, 08:47 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #15  
01-11-2004, 11:55 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
wouldn't ya know it the ConverttoRGB24() made the avs script load properly so question has to be what codec is causin the problem.
Reply With Quote
  #16  
01-11-2004, 12:25 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Andy buddy,
Go ahead and install nic's XviD or your favorite and hopefully you'll start encoding this new project.
C ya
__________________
Rui
Reply With Quote
  #17  
01-11-2004, 01:55 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
I have koepis build of xvid installed, could that be causin probs?
Reply With Quote
  #18  
01-11-2004, 03:54 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
How can I know that ? I have a release that do not gives me problem and never try another one
Reply With Quote
  #19  
01-11-2004, 03:57 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
sure I'll try anything me if it sorts me problem out lol
Reply With Quote
  #20  
01-11-2004, 05:59 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Best Avisynth script for TMPGenc plus? Anonymous Video Encoding and Conversion 4 01-15-2005 10:37 PM
Avisynth: Loading script to TMPGenc, run into problems... cheung31 Avisynth Scripting 6 11-14-2004 05:01 PM
Avisynth: Frame size 1028x56 is not supported? jorel Avisynth Scripting 5 06-29-2004 08:20 PM
TMPGEnc: Not supported error in avisynth script bigggt Video Encoding and Conversion 6 01-02-2004 10:54 PM
AVI files: AviSynth and TMPGEnc not supported? b00n Avisynth Scripting 17 08-17-2002 11:16 AM

Thread Tools



 
All times are GMT -5. The time now is 03:32 PM  —  vBulletin Đ Jelsoft Enterprises Ltd