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. |
20th February 2011, 21:51 | #1 | Link |
Registered User
Join Date: May 2009
Posts: 24
|
Ambiguous Field Order
I have a video that has an ambiguous field order, and I do not know what to do. DGIndex reports the field order as TFF, and when I tested the field order in VirtualDub, the video flowed perfectly. However, it also flowed perfectly as BFF. When I plug the video into my main script [with Telecine(post=0) and TFM(slow=2,cthresh=255)] with both orders, I see no difference. Does this video not really have a field order? I am highly confused. Thank you for your help.
55-second clip: http://eva.adriels.com/miscellaneous/VTS_03_1.m2v Field Order script: Code:
mpeg2source("C:\PROGRA~1\GORDIA~1\D2Vs\Who Said.d2v") AssumeTFF().SeparateFields() Code:
mpeg2source("C:\PROGRA~1\GORDIA~1\D2Vs\Who Said.d2v") AssumeTFF() Telecide(post=0) TFM(slow=2,cthresh=255) # vinverse() # TDecimate() # UnDot() # T-?, B-?, L-?, R-? Last edited by bsmith1593; 20th February 2011 at 22:37. |
21st February 2011, 19:03 | #2 | Link |
Registered User
Join Date: Dec 2007
Location: Germany
Posts: 632
|
The field order does not matter because that video in fact is not interlaced (anymore).
Also it has never been telecined (which is totally typical for a TV recording and makes sense). That means decimate is redundant and will kill the last bit of temporal quality that is left. It seems like it has been (very badly) blend-deinterlaced (for example at frame 1342 look at the fingers, that was blend-deinterlaced). What you probably see as interlacing are the remains of the original interlacing, they are there due to the poor deinterlacing. I wonder why it has been deinterlaced at all, TV engineers these days. You should try QTGMC with inputtype=1 or 2 or 3 to improve the quality. Last edited by TheSkiller; 21st February 2011 at 19:06. |
Tags |
clarity, field order, problem |
Thread Tools | Search this Thread |
Display Modes | |
|
|