Quantcast Only Ssemmx CPUs Currently Supported - digitalFAQ.com Forums [Archives]
  #1  
01-04-2004, 07:54 AM
murasame murasame is offline
Free Member
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Okay, ich hab folgende Probleme beim Umwandeln von avi in KVCD nach dem guide hier...

und zwar kommt erstens bei UnDot und beim StMedianFilter jeweils die Meldung "Only SSEMMX CPUs currently supported"
Hab dann beide Filter commented, aber dann kam die Meldung "can't read "" "" in line 46" oder so ähnlich...

zweitens funktioniert folgender Link vom Guide nicht:

http://www.jungleweb.net/~sansgrip/a...mpler-0.2a.zip

Das sollte die sampler.dll sein, die man anstatt der in den TOK extras verwenden soll.
Kann mir jemand sagen wo ich die herbekomme?

Das wäre bis jetzt alle Probleme... hoffe ihr könnt mir weiterhelfen.
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-04-2004, 08:45 AM
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
a) Welche Avisynth Version hast du?

b) Poste dein Script!

c) Die Sampler.dll für AVS 2.5x!! findest du hier:

www.incredible.de.tf/Downloads/Sampler-2.5.rar
Reply With Quote
  #3  
01-04-2004, 09:57 AM
murasame murasame is offline
Free Member
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
1) 2.53

2)
Quote:
## DLL Section ##
#
LoadPlugin("D:\Filters\MPEG2Dec3.dll")
LoadPlugin("D:\Filters\grip.dll")
LoadPlugin("D:\Filters\STMedianFilter.dll")
LoadPlugin("D:\Filters\asharp.dll")
LoadPlugin("D:\Filters\unfilter.dll")
LoadPlugin("D:\Filters\undot.dll")
#
####
## Main section and static filters ###
#
AviSource("C:\Battle.Royale.avi")
ConvertToYV12()
#
undot()
Limiter()
asharp(1, 4)
GripCrop(352, 288, overscan=2, source_anamorphic=false)
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
}
*
#
####

c) Vielen Dank!!
Reply With Quote
  #4  
01-04-2004, 03:28 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
Script sieht beim schnellen Überfliegen ok. aus, daher tippe ich auf falsche (alte 2.0x'er) Filter, prüfe das!
Und, was für eine CPU hast du?? Zufällig sehr alt, sodass SSE/MMX nicht unterstützt werden?
Reply With Quote
  #5  
01-04-2004, 03:44 PM
murasame murasame is offline
Free Member
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Hm weiß nicht wegen den Filtern, hab mir die irgendwo zusammengesucht weil der Link zu der Filtersite bei dem guide nicht funktioniert hat. Weißt du wo man da die neuesten Versionen herkriegt? Ich glaub ich war auf www.avifilters.com (org?) oder so...

CPU ist Celeron 466, also schon relativ alt... ich kenne auch nur MMX, nicht SSEMMX...
Reply With Quote
  #6  
01-04-2004, 03:56 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
avisynth.org und dort unter external filters
Reply With Quote
  #7  
01-05-2004, 05:06 AM
murasame murasame is offline
Free Member
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Danke, ich hab die neuesten runtergeladen hab aber genau das gleiche Problem, also daran lags nicht.

Heißt das mit meiner CPU kann ich das einfach nicht machen?

Oh, und vielleicht kann mir jemand erklären, was die Meldung "Can't read " " in line so-und-so (46 bei mir, bzw. 1)" heißt?
Reply With Quote
  #8  
01-05-2004, 06:14 AM
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
Quote:
LoadPlugin("D:\Filters\MPEG2Dec3.dll")
LoadPlugin("D:\Filters\grip.dll")
LoadPlugin("D:\Filters\STMedianFilter.dll")
LoadPlugin("D:\Filters\asharp.dll")
LoadPlugin("D:\Filters\unfilter.dll")
LoadPlugin("D:\Filters\undot.dll")
Sind dort auch wirklich deine Filter abgelegt??? Die Pfadangabe kommt mir irgendwie komisch vor.

Normalerweise
C:\Programme\Avisynth 2.5\Plug-Ins 2.5\.......

... oder so ähnlich.
Reply With Quote
  #9  
01-05-2004, 07:32 AM
murasame murasame is offline
Free Member
 
Join Date: Jan 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Nein, ich hab die Angabe hier im Forum gekürzt weil der Pfad ewig lang ist... und ja, natürlich stimmt der Pfad, sonst würde ja auch nicht die Meldung kommen "undot: only for SSEMMX CPUs" oder so ähnlich, weils ja z.B. undot garnicht laden würde...

Also der Pfad stimmt schon.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
CPUs: AMD or Intel? Peter Cheat Computers 35 02-26-2005 10:44 AM
CPUs: Overclocking Prodater64 Computers 6 12-14-2004 03:40 AM
CPUs: CCE speeds in P4 HT vipersvcd Computers 3 07-27-2004 03:46 PM
CPUs: P4 2.4c 800mhz fsb with hyperthreading audi2honda Computers 7 03-25-2004 10:59 PM
CPUs: P4 3ghz 800FSB with HyperThreading....I want one!!! vico1 Computers 9 06-22-2003 01:46 PM

Thread Tools



 
All times are GMT -5. The time now is 10:58 PM  —  vBulletin © Jelsoft Enterprises Ltd