Quantcast Avisynth: Yuy Errors in TMPGEnc? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
03-07-2003, 06:16 PM
wormbrner wormbrner is offline
Free Member
 
Join Date: Mar 2003
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wormbrner
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!!!!!!!!!!!!!!
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  
03-07-2003, 07:36 PM
KingTuk KingTuk is offline
Free Member
 
Join Date: Nov 2002
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
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....
Reply With Quote
  #3  
03-08-2003, 04:19 PM
wormbrner wormbrner is offline
Free Member
 
Join Date: Mar 2003
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wormbrner
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, 28
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
Reply With Quote
  #4  
03-09-2003, 05:53 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Your CPU doesn't support iSSE instructions which TemporalCleaner uses.
Reply With Quote
  #5  
03-09-2003, 07:27 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGenc errors and Avisynth plugin errors? mbbrinker Video Encoding and Conversion 13 12-10-2003 05:03 AM
TMPGEnc produces errors on Audio VBR Conversion? Jellygoose Video Encoding and Conversion 29 02-11-2003 03:48 AM
TMPGEnc: Errors during encoding wazoqaz Video Encoding and Conversion 12 02-04-2003 03:40 PM
LOW MEMORY errors with TMPGenc and VBR_CQ ? johneboy Video Encoding and Conversion 1 10-26-2002 07:49 AM
TMPGEnc: Tmpgenc errors when fault on divx .avi theskid Video Encoding and Conversion 0 08-12-2002 12:13 PM




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