|
|
DV capture, but no interlacing artifacts !
I capture analog video from TV with TRV-355E camcorder. When playing the DV avi in VDub, I noticed two clips that did not exhibit any interlacing artifacts. It appeared as though they had already been deinterlaced. All the captures are from the same TV channel. How is it possible ?
More importantly, what deinterlacing (avisynth) filters should I use on such clips?
Moving to DV forum.
Does that mean if I capture progressive analog content with my camcorder, the DV avi will also be progressive ? I am confused since my camcorder only shoots interlaced.
You are right: If the source is progressive, it will stay progressive. Interlaced only means - in this case -, that a picture will be splitted into two fields. But both fields are from the same picture and as a result, you have a progressive movie.
Thanks a lot Kika. I thought interlaced video only was field based. Well, now it saves me some time since I don't need to run any deinterlacing filters on it.
But you may wish to use Telecide (either the AviSynth or the VirtualDub version) in case of field swaps occuring now and then.
bb
Telecide would be for NTSC DV only I guess ?
Originally Posted by arigaTelecide would be for NTSC DV only I guess ?
No. Telecide by itself is a general field matcher. It doesn't care about frame size or frame rate.
You are probably thinking of Telecide followed by Decimate to do IVTC.
Well, many websites say Telecide = IVTC.
My knowledge of fields/frames/interlacing is poor. Will read up a little and post more queries (here or on the newbies forum. ?)
Well, I read a little and had a look at Telecide from Decomb package. But I am not very good at determining whether or not to use Telecide. SeparateFields and AssumeTFF/AssumeBFF both looked same. Uploading a few frames from the capture here. Someone pls let me know how to process it.
gt;SeparateFields and AssumeTFF/AssumeBFF both looked same.
That is what one would expect with progressive content.
The clip you uploaded is progressive. There's no need to IVTC or deinterlace it.
If you need Telecide() to protect against field phase changes, use BFF for DV.
Originally Posted by neuron2
Originally Posted by arigaSeparateFields and AssumeTFF/AssumeBFF both looked same.
That is what one would expect with progressive content.
NOW I know
Originally Posted by neuron2If you need Telecide() to protect against field phase changes, use BFF for DV.
Whatever that means. But I'll take your word for it
quot;field phasequot; lt;=gt; quot;field dominancequot; (Avisynth terminology) ?
Try your movie without Telecide. Do you ever see combing? If not, you don't need Telecide(). If you do see combing add Telecide configured for BFF. |
|