Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Smoothdeintelace Script, Does not show the video
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
cricket
Posted: May 26 2004, 04:54 AM


Advanced Member


Group: Members
Posts: 106
Member No.: 9712
Joined: 6-April 04



Following is the avs script I am running. It loads fine however it does not show the output video through avisynth in VdubMod. However if I remove Smoothdeintelace command I can see the video then. Also when Smoothdeinterlace loads if I apply LanczosResize it gives me error in line 4. Any idea guys..

cheers



MPEGSource("C:\Documents and Settings\cricket\Desktop\AVI\DVD\And1\And1.d2v")
SmoothDeinterlace()
Crop(20,8,-20,-24)
#LanczosResize(720,576)
 
     Top
cricket
Posted: May 27 2004, 04:35 AM


Advanced Member


Group: Members
Posts: 106
Member No.: 9712
Joined: 6-April 04



solved it...this smoothdeintelace works on YUY2 formats. Here is my new script:

ConvertToYUY2()
SmoothDeinterlace(tff=true, showlace=true)
Crop(20,8,-20,-24)
LanczosResize(720,576)

LanczosResize works now as well..


 
     Top
Bogalvator
Posted: May 29 2004, 12:39 AM


Unregistered









rolleyes.gif Use converttoyuy2(interlaced=true) otherwise you'll incorrect colour upsampling.
 
  Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
2 replies since May 26 2004, 04:54 AM Track this topic | Email this topic | Print this topic

<< Back to Avisynth Filtering, Processing and Scripts Discussion