digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Yuy errors in TMPGENc? (http://www.digitalfaq.com/archives/avisynth/2905-avisynth-yuy-errors.html)

wormbrner 03-07-2003 05:16 PM

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!!!!!!!!!!!!!!

KingTuk 03-07-2003 06:36 PM

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....

wormbrner 03-08-2003 03:19 PM

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

Boulder 03-09-2003 04:53 AM

Your CPU doesn't support iSSE instructions which TemporalCleaner uses.

PyRoMaNiA 03-09-2003 06:27 AM

Quote:

i keep getting different errors concerning yuy, one after another
Try adding the line ConvertToYUY2() to your script, just after AviSource.


Quote:

how do i play a avs in windows media player 9
Right click on it, click Open With, Choose Program, select Windows Media Player. Play will probably be slow and jerky though, as the filters will slow it down a lot.


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.