Quantcast Avisynth: XP Crashes on Faerydust and Convolution3D? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
01-26-2003, 05:49 PM
hachemoncourt hachemoncourt is offline
Free Member
 
Join Date: Jan 2003
Location: France
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
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? thanx
__________________
hacheMoncourt
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-26-2003, 08:22 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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"

Reply With Quote
  #3  
01-27-2003, 07:48 AM
hachemoncourt hachemoncourt is offline
Free Member
 
Join Date: Jan 2003
Location: France
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Hi jorel,

Thanx for your script, I test it and I come back for debriefing
__________________
hacheMoncourt
Reply With Quote
  #4  
01-27-2003, 09:34 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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!
Reply With Quote
  #5  
01-29-2003, 05:49 AM
hachemoncourt hachemoncourt is offline
Free Member
 
Join Date: Jan 2003
Location: France
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
C'est la barse

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
Reply With Quote
  #6  
01-29-2003, 10:42 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by hachemoncourt
C'est la barse

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.

ps:
what means "C'est la barse"
Reply With Quote
  #7  
01-30-2003, 04:25 PM
hachemoncourt hachemoncourt is offline
Free Member
 
Join Date: Jan 2003
Location: France
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Hi jorel,

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

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?
__________________
hacheMoncourt
Reply With Quote
  #8  
01-30-2003, 05:34 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi hachemoncourt,

Have you tried another source
Reply With Quote
  #9  
01-30-2003, 06:03 PM
hachemoncourt hachemoncourt is offline
Free Member
 
Join Date: Jan 2003
Location: France
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Hi kwag,
Quote:
Have you tried another source
Yes, I tried three DVD different sources!
__________________
hacheMoncourt
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Convolution3d on optimal script? dredj Avisynth Scripting 21 07-10-2003 03:13 AM
Avisynth: FaeryDust filter is a time bandit! ozjeff99 Avisynth Scripting 12 05-19-2003 02:58 AM
Avisynth: SmootherHiQ Vs. Convolution3d Jellygoose Avisynth Scripting 60 04-01-2003 11:06 PM
Avisynth: Short review of Blockbuster/Faerydust encode Reno Avisynth Scripting 6 01-20-2003 03:18 PM
Avisynth: Check out the new Convolution3d LadyMiles Avisynth Scripting 8 11-03-2002 01:35 AM




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