digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: video output shows interlace artifacts (http://www.digitalfaq.com/archives/encode/3021-tmpgenc-video-output.html)

jshew 03-18-2003 05:48 AM

TMPGEnc: video output shows interlace artifacts
 
Am encoding an Interlaced source, NTSC, 29.97 fps. Have made avi. with DVD2AVI and ecoding with TMPGEnc. When I use the .avs script from Fit CD, the result shows interlace artifacts, even when also running the deinterlace filter in Tmpgenc. If I do not use the script, then it seems to be able to do the deinterlacing okay. What's going on?

Script from Fit Cd is below:

LoadPlugin("C:\VideoApp\DVD2SVCD\MPEG2Dec\MPEG2DEC 2.dll")

Mpeg2Source("G:\Eliz\Eliz.d2v")
BilinearResize(448,350,14,0,692,480)
AddBorders(16,65,16,65)

kwag 03-18-2003 12:19 PM

Hi jshew,

Try adding bob() after your mpeg2source line.
This way, avisynth will do the deinterlacing for you.

-kwag

Boulder 03-18-2003 01:54 PM

And if that doesn't work out, I suggest trying FieldDeinterlace(). You'll need Donald Graft's Decomb plugin for this one.

jshew 03-18-2003 07:12 PM

Thanks for those suggestions.
Kwag, is that "bob()" to go at the end of the mpeg2source line or as a new line underneath it?

kwag 03-18-2003 08:56 PM

Quote:

Originally Posted by jshew
Thanks for those suggestions.
Kwag, is that "bob()" to go at the end of the mpeg2source line or as a new line underneath it?

Right under the mpeg2source line :D
And yes, as boulder said, try FieldDeinterlace() too :wink:

-kwag

MrRobot 03-18-2003 09:53 PM

I have used FieldDeinterlace() on VHS and 8mm material and have been very happy with the results.


All times are GMT -5. The time now is 05:13 AM  —  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.