digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: XP crashes on FaeryDust and Convolution3D? (http://www.digitalfaq.com/archives/avisynth/2367-avisynth-xp-crashes.html)

hachemoncourt 01-26-2003 05:49 PM

Avisynth: XP crashes on FaeryDust and Convolution3D?
 
I've got a problem when I use this combinaison of filters :

- Tweak(cont=0.8,sat=0.8 )
- FaeryDust()
- Convolution3D(preset="movieHQ")

XP always crash after a few minutes

here is the dll/programs versions :
- FaeryDust : 4.0 and 5.0
- Convolution3D : 1.01
- Avisynth : 2.07

Any suggestions? reflexions? :idea: thanx

jorel 01-26-2003 08:22 PM

hy hachemoncourt, :)

i encode with this script in dvd2svcd prog to make kvcdlbr,
change the parameters you need....it works.

[AVISYNTH_LanczosResize, Tweak, Fluxsmooth, Dustv, Convolution3d, Legalclip]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!FluxSmooth.dll)
2=LoadPlugin(!Dustv5.dll)
3=LoadPlugin(!Convolution3D.dll)
4=LoadPlugin(!Legalclip.dll)
5=LanczosResize(^TargetWidth,^TargetHeight)
6=Tweak(^Hue,^Saturation,^Bright,^Contrast)
7=FluxSmooth()
8=FaeryDust()
9=Convolution3D(^c3d_)
10=Legalclip()
11=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\DVD2SVCD\Dlls\Tweak.dll
!FluxSmooth.dll=C:\DVD2SVCD\Dlls\FluxSmooth.dll
!Dustv5.dll=C:\DVD2SVCD\Dlls\Dustv5.dll
!Convolution3D.dll=C:\DVD2SVCD\Dlls\Convolution3D. dll
!Legalclip.dll=C:\DVD2SVCD\Dlls\Legalclip.dll
^Hue=0
^Saturation=1.0
^Bright=6
^Contrast=1.0
^c3d_=preset="movieLQ"

:)

hachemoncourt 01-27-2003 07:48 AM

Hi jorel,

Thanx for your script, I test it and I come back for debriefing :)

jorel 01-27-2003 09:34 PM

Quote:

Originally Posted by hachemoncourt
Hi jorel,

Thanx for your script, I test it and I come back for debriefing :)

well-come......waiting for your good result! :wink:

hachemoncourt 01-29-2003 05:49 AM

C'est la barse :x

XP always crash!!

I made thousands of tests and the result is the same : if I use FaeryDust and Convolution3D together, I can't reach the end of conversion.

No way, no hope ...

jorel 01-29-2003 10:42 PM

Quote:

Originally Posted by hachemoncourt
C'est la barse :x

XP always crash!!

I made thousands of tests and the result is the same : if I use FaeryDust and Convolution3D together, I can't reach the end of conversion.

No way, no hope ...

hachemoncourt,
post the copy of your script here and we try to find what's wrong,ok?
i can't believe is a xp problem. :wink:

ps:
what means "C'est la barse" :?:
:)

hachemoncourt 01-30-2003 04:25 PM

Hi jorel,

Quote:

ps:
what means "C'est la barse"
It's really very difficult to translate...that means something like "I'm damned" :wink:

Here is the script I use :

LoadPlugin("C:\Tools\video\avisynth\MPEG2DEC.dll")
LoadPlugin("C:\Tools\video\avisynth\filters\sample r.dll")
LoadPlugin("C:\Tools\video\avisynth\filters\Dustv5 .dll")
LoadPlugin("C:\Tools\video\avisynth\filters\convol ution3D.dll")
LoadPlugin("C:\Tools\video\avisynth\filters\GripFi t_preview.dll")
LoadPlugin("C:\Tools\video\avisynth\filters\legalc lip.dll")

Mpeg2Source("I:\DVD\gloups\gloups.d2v")

LegalClip()
GripCrop( width=528,height=576,overscan=2,source_anamorphic= true)
GripSize()
FaeryDust()
Convolution3D(preset="movieLQ")
GripBorders()
LegalClip()


And the TMPGEnc configuration

- Template : Kx3 MPEG-1 PAL
- Rate control mode : CQ 70 (300-2636)
- Motion search precision : Motion Estimate Search
- Video arrange method : Center

not very exotic isn't it?

kwag 01-30-2003 05:34 PM

Hi hachemoncourt,

Have you tried another source :idea:

hachemoncourt 01-30-2003 06:03 PM

Hi kwag,
Quote:

Have you tried another source
Yes, I tried three DVD different sources!


All times are GMT -5. The time now is 05:10 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.