I've been asked to de-interlace a movie which was originally transfered from 16mm film to PAL digibeta, and was then converted to NTSC for its American DVD release. The original master is now lost, so I am working from a DVD rip. However, I can't seem to work out the correct way to de-interlace - it is showing up differently as either telecine, 23.976 interlace or 29.97 progressive in different software. I've tried various variations of QTGMC / TIVTC but I keep getting dupe frames. Can anyone help?
sample MKV file
+ Reply to Thread
Results 1 to 10 of 10
Thread
-
-
It's normal 3:2 pulldown. Inverse telecine to 23.976 fps.
Code:Mpeg2Source("sample_from_DVD.d2v") Crop(6,0,-10,-0) TFM() TDecimate()
-
Hybrid does not support crop before deinterlacing/ivtc, but you can add a custom section and add the crop there.
Just make sure to (additionally) let Hybrid now via:
Code:# width XXX # height YYY
Code:TFM() TDecimate()
users currently on my ignore list: deadrats, Stears555 -
Just did a quick check and Vapourynth TIVTC does return different results, sou you would need to use Avisynt to reproduce this.
Correction: moving crop before Deinterlacing is supported, I just totally forgot I added that.Last edited by Selur; 18th Dec 2022 at 12:11.
users currently on my ignore list: deadrats, Stears555 -
Okay, found the issue: the source filter.
Hybrid by default used DGDecNV, when using LWLibavSource normal TIVTC in Vapoursynth works too.users currently on my ignore list: deadrats, Stears555 -
re: 2:3 pulldown
As the original master was PAL and 2:3 pulldown was added for NTSC, should I be taking the file back to 25fps or 23.976? Confusing.
Similar Threads
-
23.976 video - 3+1 frames
By maudit in forum EditingReplies: 2Last Post: 19th Sep 2022, 04:49 -
Use UsEac3To for 24fps to 23.976?
By digitalfreaknyc in forum AudioReplies: 2Last Post: 27th Mar 2022, 15:47 -
what does interlace=0 mean?
By FST in forum Newbie / General discussionsReplies: 1Last Post: 18th Jun 2020, 20:25 -
29.97 1080i to 23.976 1080P
By cyanfire in forum Video ConversionReplies: 6Last Post: 9th Feb 2019, 17:29 -
Interlace
By Kuronoe in forum Newbie / General discussionsReplies: 21Last Post: 8th Sep 2018, 17:16