digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: No temporalsoften? (http://www.digitalfaq.com/archives/avisynth/13100-avisynth-temporalsoften.html)

adiinbar 12-28-2004 02:03 PM

Avisynth: No temporalsoften?
 
Hi
Ever since I upgraded to avisynth v2.5 Tmpgenc (v2.524) doesn't seem to recognize temporalsoften. In the error after the "load plugin" it just writes gibberish. I tries using temporalsoften2 and it didn't work either. I really don't know what I'm doint wrong here...
Any ideas???

incredible 12-28-2004 03:16 PM

a) Upgrade to avisynth 2.5.5
b) do post your WHOLE script

Dialhot 12-28-2004 03:56 PM

And do write the exact text of the error. We can't guess it !

adiinbar 12-28-2004 04:14 PM

I wasn't clear, I do have avisynth 255
As for the script, I just used Dialhot's V4 script for avi.


AviSource(C:\Path\File.avi",false)
ConvertToYV12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 576, overscan=1,source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften2(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

Sampler(length=24)

As for the error, it's something like -
Load Plugin: fvf%fofcf"f[fhfgh%[
(C:\Path\file.avs, line 11)
line 11 is- LoadPlugin("C:\Program Files\EncodingEtc\AviSynth 2.5\plugins\TemporalSoften.dll")

Thanks for the help guys...

incredible 12-28-2004 04:40 PM

Change the "temporalsoften2(....)" Line to "Temporalsoften(....)" and delete the loadplugin line for temporalsoften in the beginning as temporalsoften is included in the aviynth core already.

rds_correia 12-28-2004 04:42 PM

Please disregard this post :oops:

incredible 12-28-2004 04:50 PM

Im more aware that he didnt also quoted the first "loadpluginlines" of his script? :? :wink:

adiinbar 12-28-2004 05:00 PM

I removed the loadplugin line for temporalsoften and I think that did the trick... :oops: Now I just hope I won't make any more stupid mistakes...
Thanks!

rds_correia 12-28-2004 05:11 PM

Same here :oops:
I completely missed the last line on your post and I was already pointing you the wrong direction.
Thanks to Inc. you're already on the good path :).
Cheers


All times are GMT -5. The time now is 04:17 PM  —  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.