Quantcast Avisynth: Dialhotv4 Script Modifing for only MMX Capability Processors? - digitalFAQ.com Forums [Archives]
  #1  
10-16-2004, 07:26 PM
spacelord spacelord is offline
Free Member
 
Join Date: Jul 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to spacelord
Hi, I have a Intel Pentium 2 with 350mhz and 256mb of Ram and only MMX Instructions set, the problem is the major Plugins (filters) for AviSynth need a SSE or ISSE or SSE2 CPU capable, but i like to use a older pentium 2 for ripping ksvcd with DIKO 0.76 beta 3.

Becouse of this im doing a new script modifing the great DialHot v4 script for diko but this one will may support a only MMX capable CPU now

This is my new Script (MyScriptMMX) :

Quote:
LoadPlugin("D:\VIDEOEDICION\FILTROS\RemoveGrain.dl l")
LoadPlugin("D:\VIDEOEDICION\FILTROS\cnr2.dll")
converttoyv12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
#Blockbuster(method="noise",detail_min=1,detail_ma x=3,variance=0.1,seed=1)
#Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
DivXResize(WIDTH, HEIGHT, 0, "LanczosResize",WIDESCREEN)
RemoveGrain(threshold=2)
#Cnr2() # for TV/VHS caps
Cnr2("xxx",4,5,255) # my suggestion to remove rainbows.
#TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
DivXBorders(HEIGHT,OVERSCAN)
AddAudio()
I replace Undot by RemoveGrain (an old version with only MMX processor compability) and try to replace TemporalSoften and convolution3d By Cnr2 But i dont sure if this is the best way to fix some picture problem, I need a good and faster (or no too faster) Temporal and/or Spatial Smoother or soften who support an only MMX procesor and YV12 format.
Thanks
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
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
AMD vs P4 Processors nicksteel Computers 4 07-30-2004 01:22 AM
DVD2SVCD: D2SRoBa + DVD2SVCD + DialhotV4.avs = Crash cw_uk Video Encoding and Conversion 4 07-05-2004 08:59 AM
Avisynth: Difference between MA script and optimal script? mistermickster Avisynth Scripting 2 08-01-2003 09:36 AM
Does TMPGEnc benefit from HyperThreading processors? audi2honda Video Encoding and Conversion 2 07-08-2003 09:15 PM
TMPGEnc: Dual processors system VS single processor system Learner Video Encoding and Conversion 3 05-10-2002 11:53 PM

Thread Tools



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