digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Capturing / Recording (http://www.digitalfaq.com/archives/capture/)
-   -   Capture/Record OTA Animated HDTV (http://www.digitalfaq.com/archives/capture/14375-capture-record-ota.html)

nicksteel 09-12-2006 11:20 AM

Capture/Record OTA Animated HDTV
 
Trying to encode an OTA capture of an animated series. Captured 2

successive source frames with dgindex and attached. The original has

some "flicker", but it becomes much worse with encode. Using the

following script with non-interlace in TMPGENc. Resize settings from

FixCD.

Any suggestions to minimize "flicker" increase?

Mpeg2Source("E:\FG\FG.d2v",idct=7)
selecteven()

LanczosResize(704,480,166,6,948,710)
LRemoveDust_YV12(17,1)
#AddBorders(0,32,0,32)
ConverttoRGB24()


function LRemoveDust_YV12(clip input, int clmode, int "limit")
{
limit=default(limit,2)
clmode=default(clmode,17)
repmode = 2
clensed = Clense(input)
rep = Repair(clensed, input, mode=repmode)
rg = RemoveGrain(rep, mode=clmode)
return LimitChange(rg, input, limit, limitU=255)
}


http://www.yousendit.com/transfer.ph...lson@yahoo.com

http://www.yousendit.com/transfer.ph...lson@yahoo.com

http://www.yousendit.com/transfer.ph...lson@yahoo.com[/url]


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