digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Capturing / Recording (http://www.digitalfaq.com/archives/capture/)
-   -   ATI OTA HDTV Capture - Is this the best script? (http://www.digitalfaq.com/archives/capture/14389-ati-ota-hdtv.html)

nicksteel 09-29-2006 09:02 PM

ATI OTA HDTV Capture - Is this the best script?
 
LoadPlugin("C:\video\moviestacker\Filters\DGDecode .dll")
LoadPlugin("C:\video\moviestacker\Filters\RemoveGr ainsse3.dll")
LoadPlugin("C:\video\moviestacker\Filters\Repairss e3.dll")
LoadPlugin("C:\video\moviestacker\Filters\SSe3Tool s.dll")

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

selecteven()
LanczosResize(704,480,0,1,1280,718)
LRemoveDust_YV12(17,1)
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.digitalfaq.com/archives/i.../2006/09/2.jpg

http://www.digitalfaq.com/archives/i.../2006/09/3.jpg

http://www.digitalfaq.com/archives/i.../2006/09/4.jpg

Dialhot 09-30-2006 02:58 PM

Sounds good to me. Perhaps add a "cpu=4" in the Mpeg2source line to gain some compressibility.

Note: you are capturing in main@high (MPEG profile) and not in main@main. Why this ? is it for having a 4:2:2 color space ? If yes may be the script has to be modified (Inc will tell you more).

nicksteel 09-30-2006 05:53 PM

Quote:

Originally Posted by Dialhot
Sounds good to me. Perhaps add a "cpu=4" in the Mpeg2source line to gain some compressibility.

Note: you are capturing in main@high (MPEG profile) and not in main@main. Why this ? is it for having a 4:2:2 color space ? If yes may be the script has to be modified (Inc will tell you more).

Thanks, Phil.

Actually the capture is .dvr-ms, saved as mpeg from VideoReDo+. Maybe Inc will have some helpful words. :)

Boulder 10-01-2006 04:56 AM

If the capture is somewhat clean, you could do with RemoveGrain(mode=1).TemporalSoften(2,3,3,8,2) instead of LRemoveDust.

nicksteel 12-07-2006 10:18 AM

Slightly different capture
 
Finally upgraded my dual core with GeForce 7600GT and bought full version of Fraps (now enhanced for dual core). Capturing aquarium (Dream Aquarium) screensaver at 29.97fps at 1280x1024 - smooth. :D

Intend to make DVD.

Would like to play with sharpening a bit. Any suggestions? Scripts to try? 8O

Using Phil's:

http://www.kvcd.net/forum/viewtopic.php?t=7223


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