PDA

View Full Version : suggestion for script of capture


ginoboy
19th October 2005, 15:06
hi guys, I already tested several scripts and I not find one that really satisfies me!

actually, i am using:

CNR2()
DeGrainMedian(limitY=5,limitUV=7,mode=1,norow=true)

it has that if filters that work in YUY2.

the people who are accustomed to work with capture, please post your script for comparison.

thanks in advance!

[]'s

mgh
19th October 2005, 21:28
try
w=width()
h=height()
spline36 resize(2*w,2*h)
#your filters
spline36resize(w,h)

For interference noise(lines and fingerprintlike whorls)-try fft3d filter.

Wilbert
19th October 2005, 22:06
Have you read the analog capture guide?

ginoboy
20th October 2005, 04:31
@Wilbert

Yes, I have a intermediary experience in capture, also until I made one tutorial (in portuguese-br) a time behind:

http://www.vmesquita.com/forum/index.php?topic=696.0
http://www.vmesquita.com/forum/index.php?topic=1268.0

I would only like that the friends post its scripts/filters to be able to take off some ideas and to incorporate in my script and later testing...

[]'s

ginoboy
22nd October 2005, 03:42
nobody? :(

Wilbert
22nd October 2005, 14:36
It all depends on your source. Perhaps you can upload 25 frames (mjpeg@19)?

ginoboy
22nd October 2005, 22:51
@Wilbert

Oh, sorry, I forgot to specify this. Generally I use huffyuv 2.2.0 (predict gradient), to the times picvideo m-jpeg@19 too. Its NTSC (PAL-M) 29.970FPS Interlaced TFF. 704x480, YUY2.

I uploaded a little sample of this capture, look:

http://www.mytempdir.com/221907

Thank you!

Cheers!