![]() |
Avisynth: Yuy errors in TMPGENc?
i guess im not getting it, i get to tmpgenc with my avs and i keep getting different errors concerning yuy, one after another , please help!!!!!!!!!!!!!!
|
post the script you are using...
also, are the errors as soon as you try to load the avs file? you should be able to play your avs file in a media player before you start trying to encode it with tmpgenc.... |
errors
LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\MPEG2Dec.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\NoMoSmooth.dll") LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\TemporalCleanerOld.dll" ) LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\Convolution3D.dll") LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\FluxSmooth.dll") LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\BlockBuster.dll") LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\LegalClip.dll") LoadPlugin("C:\WINDOWS\DESKTOP\KVCD\MOVIESTACKER_V 1.1.1\MOVIESTACKER\Filters\Sampler.dll") AviSource("C:\WINDOWS\Desktop\SEASON 4\s4-1.avi") LegalClip() BilinearResize(656, 446, 0, 0, 352, 288) FluxSmooth() TemporalSmoother(radius=2, strength=3) NoMoSmooth(40, 1, 6, 1, 3) TemporalCleaner(ythresh=2, cthresh=3) Convolution3D(preset="movieHQ") BlockBuster(method="noise") BlockBuster(method="sharpen") AddBorders(24, 17, 24, 17) AssumeFPS(23.976, true) LegalClip() Sampler(length=24) ## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ## now the error i get is : temporalcleaner nedds a isse capable cpu (c:\windows\desktop\redos\newscr-1.avs, line 20) what do i do with that?? also, how do i play a avs in windows media player 9? thanks in advance for the help |
Your CPU doesn't support iSSE instructions which TemporalCleaner uses.
|
Quote:
Quote:
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.