Hi,
I'm relatively knew to IVTC so please bare with me.
I ran a .vob through DGIndex for 10mins and it came out with:
Video Type: FILM 98% and Frame Type: Progressive and frame rate is: 29.970fps
Now in most of the guides i read - it says that if it shows FILM 95%+ then i should use force film to ivtc to 23.970
However, when i opened the .vob in vdubmod and went thru a scene frame by frame - there didnt seem to be any duplicated frames.
Is this normal for this type of video (film 95%+) or does this mean no ivtc is needed or ? Also im assuming no formal deinterlace will be required.
Thanks.
Edit:
Further Information - Frames to be as following as per vdubmod:
BBPBBPBBPBBIBBPBBPBBPBBI
One further question:
Even if this was a legitimate force film case - is it proper/ok to NOT use it, but then use telecide in the avs script - as with a hard interlaced video?
+ Reply to Thread
Results 1 to 10 of 10
-
-
Originally Posted by onesikgypo
Even if this was a legitimate force film case - is it proper/ok to NOT use it, but then use telecide in the avs script - as with a hard interlaced video?
TFM(D2V="C:\Path\To\Movie.d2v")
TDecimate()
That says to treat the soft telecined portions as if they had been Force Filmed and only IVTC the few hard telecined parts. Much faster and safer. You can even disable the post processer if you're sure this is an easy one, for even faster encoding:
TFM(D2V="C:\Path\To\Movie.d2v",PP=0)
TDecimate() -
First id like to say thankyou manono - you have been a great help as ive been encountering these different types of videos. It is much appreciated.
Vvdubmod automatically showing it ar 23.976 makes sense as to why i didnt see dupe frames.
Also - you are correct, in the first 3-5seconds of the vob where it was just black space it showed the video as just "NTSC" - so hard telecine - then when th epicture began, it went to a FILM %.
Re: your recommendation to use TIVTC and TFM & TDecimate()
im guessing that would be the best thing to use in this case - since we have those few frames of hard telecine - and the rest is soft telecine - so it seems from your explanation - both areas will be properly ivtc'd, and also you said itd encode faster.
One thing though i was unsure of is when you said "if you're sure this is an easy one" regarding turning the post processer off - what exactly did you mean by that? -
I would look at the main movie, skipping over things like the studio logo, the distributor logo, black lead in, etc. If the main movie is progressive with pulldown flags I just use the force film setting. I usually cut off the logos at the start and end anyway. TFM().TDecimate() does make mistakes.
-
It's usually OK to just Force Film it when the percentage is that high and be done with it. It's definitely not always OK to do that. I've been burned too many times and can cite example after example. The Criterion DVDs, especially, drop to video at chapter breaks and a Force Film will invariable lead to many frames being interlaced. And they're almost always 99%+ film.
And that's why, even with percentages into the 99+ range, I'll still follow that script above. It does not IVTC the soft telecined parts, as I thought I made clear. The only time I'll Force Film a DVD is if the percentage is 100%, or very, very, close, and I see a few 222s in the D2V at the beginning or end and nowhere else.
Originally Posted by onesikgypo -
OK - thankyou
My last question then, is there any time where the use of the script you gave above would not be used, if the video wasnt all completely hard telecined. i.e you mentioned that its usually ok to force film, but will the technique you gave wiht the above script ALWAYS work - for certainty, or are there also situations where it may cause mistakes if used. -
Originally Posted by jagabo
0 - Check the d2v file for illegal transitions and set the order parameter if it
is not already manually set. Also, pass on rff flag duplicate info to
tdecimate.
1 - Same as 0, plus use the trf flags for field matching in film sections (sections
where the trf flags follow the 012301... pattern)
2 - Same as 1, but use the trf flags for field matching in all areas (doesn't have
to be in 0123 pattern) (very much not recommended!)
3 - Same as 0, but don't pass on any info to tdecimate (i.e. only set order and check
for illegal transitions)
4 - Same as 1, but d2v matches are checked for being combed. If a d2v match is detected
as combed then tfm uses its own matching routine for that frame.
5 - Same as 4, but d2v matches are only checked for being combed around scenechanges.
.
.
.
Default: 4 (int)
TFM will also use the d2v info for field matching and will pass info from the d2v on to tdecimate to help aid duplicate detection and hybrid detection.
Originally Posted by onesikgypo -
Thanks, Just for the benefit on anybody who is trying to figure this out (and undoubtedly myself incasse i forget) - this is what ive been able to summarise in regard to normal non-anime NTSC retail dvd's. This is perhaps not always certainly going to work, but for at least the large majority the following would apply:
1) If it's hard telecined throughout - that is in DGIndex Itll Show NTSC As the Frame Type Throughout - Then Force Film Will Not Work. IVTC needs to be done via decomb - with the following script:
Code:Telecide(order=0) Decimate(cycle=5)
2) If its FILM 95%+ throughout - then in that case Force Film Will Be Best when you output the d2v file through DGIndex or alike. Then the process will be as normal.
3) If your video has a mixture of both hard telecine (frame type shows up as NTSC) and also soft telecine (frame type shows up as a FILM %):
3a) If The Hard Telecine Parts Merely Represent The Beggining And End "black" frames (fade in/fade out) - You Can Merely Cut Them Out - Then Proceed As If This Were the 2nd scenario. - You could also do the below.
3b) If The Hard Telecine Parts Are Within The Video in a way that the frames cant be cut out then you will need TIVTC then using the following script:
Code:TFM(D2V="C:\Path\To\Movie.d2v") TDecimate()
Similar Threads
-
Help deinterlacing/IVTC'ing VHS material converted years ago from film
By Mini-Me in forum Video ConversionReplies: 25Last Post: 4th May 2015, 13:46 -
Film capture issue - partial film frames on a video frame. Why?
By brassplyer in forum RestorationReplies: 14Last Post: 27th Apr 2010, 16:14 -
IVTC of 'Castle' episode leaving blended frames (ghosting?)
By txporter in forum Video ConversionReplies: 39Last Post: 2nd Apr 2010, 14:03 -
AutoGK question: Can I "Force IVTC" on "Hard-encoded NTSC&am
By BozQ in forum DVD RippingReplies: 11Last Post: 12th Jun 2009, 13:46 -
DGIndex Force Film vs IVTC
By alcOre in forum Newbie / General discussionsReplies: 4Last Post: 22nd Feb 2009, 02:25