digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: YUY2 error (http://www.digitalfaq.com/archives/avisynth/1793-sansgrip-filters-yuy2.html)

jrv331 12-09-2002 03:52 PM

YUY2 error
 
When using the below script tmpg gives me an error something like blockbuster must be in yuy2. I know I need to add ConvertToYUY2() to my script but Im not sure where it goes. Also, when using tmpg should the "#" by convert to rgb24 be removed?
Thanks
John

LoadPlugin("D:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
LoadPlugin("D:\plugins\blockbuster.dll")
AviSource("C:\Downloaded Programs\test1.avi")
BilinearResize(448,256,6,0,596,256)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
#TemporalSmoother(2,2)
AddBorders(16,112,16,112)
#Trim(0,1098).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1

kwag 12-09-2002 04:49 PM

Re: YUY2 error
 
Quote:

Originally Posted by jrv331
When using the below script tmpg gives me an error something like blockbuster must be in yuy2. I know I need to add ConvertToYUY2() to my script but Im not sure where it goes. Also, when using tmpg should the "#" by convert to rgb24 be removed?
Thanks
John

LoadPlugin("D:\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
LoadPlugin("D:\plugins\blockbuster.dll")
AviSource("C:\Downloaded Programs\test1.avi")
ConvertToYUY2()
BilinearResize(448,256,6,0,596,256)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
#TemporalSmoother(2,2)
AddBorders(16,112,16,112)
#Trim(0,1098).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1

In bold :wink:

-kwag

jrv331 12-10-2002 11:27 AM

Kwag,
Thank You.


All times are GMT -5. The time now is 11:09 PM  —  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.