View Full Version : S-Video PAL Capture (Interlace or 3:2 pulldown ?)
xbox360
2nd May 2008, 09:54
Hello there, i just changed from RCA to S-Video capturing, in RCA when there is a scene change you can notice the before & after frame blending a little bit. But when I switched to S-Video it looks like progressive, no blending no noticeable interlace lines. The only thig I can think of is a PAL 2:3 Pulldown so how do I un 2:3 pulldown for my 25fps capture from S-Video ?
xbox360
2nd May 2008, 10:32
Screen Shots:
Before
http://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/001.jpghttp://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/After001.jpg
Before
http://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/002.jpghttp://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/After002.jpg
Before
http://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/003.jpghttp://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/After003.jpg
Before
http://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/004.jpghttp://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/After004.jpg
Before
http://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/005.jpghttp://i129.photobucket.com/albums/p229/MartinJunior/SVIDEO/After005.jpg
Script Used:
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\deblock.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\MaskTools.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\RemoveGrainSSE3.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\degrainmedian.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\MSharpen.dll")
LoadPlugin("c:\Program Files (x86)\AviSynth 2.5\plugins\Repair.dll")
Import("c:\Program Files (x86)\AviSynth 2.5\plugins\SeeSaw.avsi")
MPEG2Source("D:\Encoding Stuff\VR_MOVIE.d2v")
Deblock()
Letterbox(4,0,0,0,0)
a = last
b=a.degrainmedian(mode=2).MSharpen(Threshold=5)
SeeSaw(a,b, NRlimit=6, NRlimit2=7, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
xbox360
2nd May 2008, 11:28
Also is there any idea on how to improve the video quality ?
Mug Funky
2nd May 2008, 12:45
those pics don't look interlaced.
i fail to see how there could be a difference in interlace between composite and YC video, unless there's some wacky settings in your capture device - the only difference should be lack of rainbows and crawling edges on bright colours (especially noticeable on reds).
there's no standard 3:2 pulldown in PAL, unless you're coming from video at 20fps, which as far as i know was never a standard rate to shoot at.
as far as improving the quality, try some de-blocking. i'm not sure if the blocks come from your capture or the original broadcast (both happen), but they need to be killed :)
also, trim off that line of VITC at the top there, and if you keep your letterboxing aligned to 8x8 or 16x16 borders, you'll get better compression at almost no cost.
picture is a bit soft, so you might want to throw seesaw at it or something.
xbox360
2nd May 2008, 15:31
if you keep your letterboxing aligned to 8x8 or 16x16 borders
How do I do that ?
Southstorm
2nd May 2008, 17:47
I think he means to keep your resolution at a Mod8 or Mod16, which means make your final resolution divisible by either 8 or 16.
SeeMoreDigital
2nd May 2008, 17:54
As far as I'm aware an S-video connection is only capable of passing interlaced images. It does not support progressive images at all.
thetoof
2nd May 2008, 17:57
I think he means to keep your resolution at a Mod8 or Mod16, which means make your final resolution divisible by either 8 or 16.
From what I understand, he's telling that the letterboxing (black borders) should be mod8 or 16 (and of course, it's strongly recommended to have a mod16 resolution too)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.