Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 27th March 2011, 23:33   #1  |  Link
signal
to noise
 
Join Date: Dec 2005
Posts: 96
PAL DVD interlace problem

Could someone be kind enough to confirm what I'm seeing here?

This particular PAL DVD starts out as a typical 24fps film sped up to 25fps and progressive frames split over two fields.
Awesome.. no interlacing/telecine to mess with.

Or so I thought. About 16 minutes in it looks like a single field is getting dropped causing successive frames to be non progressive.

The rest of the vobs show the same problem until 1hr and 6 minutes later when it is correct again (total film length is 1hr 36min).

This doesn't happen at any vob/chapter transition.

DGIndex doesn't show any anomalies and watching the original dvd from disc in VLC confirms the same thing.

I started looking at using SeperateFields(), drop the problem frame/field, combine fields again but not having much luck yet.
Thought some other eyes on this to confirm what's happening would be more helpful at this point.

Here is a sample 2min vob made with vobsplit (without any re-encoding), my d2v, and avs to show frame number.
The issue starts at frame 1213.

Sample.7z (80MB)

Last edited by signal; 28th March 2011 at 00:33.
signal is offline   Reply With Quote
Old 28th March 2011, 00:16   #2  |  Link
Mug Funky
interlace this!
 
Mug Funky's Avatar
 
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
looks like it must have come off an analog source and lost sync at some point, either during dubbing or capture/encode (most likely it's from analog-digital tape dubbing).

try telecide with no post-processing. try to narrow down which frames the shifts happen on and make sure nothing is lost (most likely you'll be missing a field in these cases, which could show as a dropped frame after telecide processing).

i think telecide should handle it well enough.
__________________
sucking the life out of your videos since 2004
Mug Funky is offline   Reply With Quote
Old 28th March 2011, 00:23   #3  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
This thread appears doubled. The other one should be deleted.

It could be the movie once was in a hard-telecined stage, has been IVTC'ed by a DEFT machine or whatever, and something went not quite right on the way. If you look *closely* at the 'progressive' sections, you'll find buckloads of residual-combing artifacts ...

I'd push the whole thing through TFM(pp=0), and follow up with
Code:
function daa(clip c) {
nn	= c.nnedi3(field=-2)
dbl   	= merge(selecteven(nn),selectodd(nn))
dblD 	= mt_makediff(c,dbl,U=3,V=3)
shrpD 	= mt_makediff(dbl,dbl.removegrain((width(c)>1100) ? 20 : 11),U=3,V=3)
DD 	= shrpD.repair(dblD,13)
return dbl.mt_adddiff(DD,U=3,V=3) }
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:53.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.