digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: DialHotv4 Script modifing for only MMX capability processors? (http://www.digitalfaq.com/archives/avisynth/12627-avisynth-dialhotv4-script.html)

spacelord 10-16-2004 07:26 PM

Avisynth: DialHotv4 Script modifing for only MMX capability processors?
 
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 :wink:


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