I'm trying to encode a series that mostly has phase shifter interlacing at 25fps throughout the episode, but the intro is normal interlacing that needs to be bobbed at 50fps.
Can I somehow deinterlace the intro and then duplicate the phase shifted frame after frame matching with TFM?
I'm thinking something similar to the script below but without the fps divisor and with the TFM parts duplicating their frames after frame matching.
HTML Code:D = QTGMC(Preset="slow", FPSDivisor=2, EdiThreads=3) TFM(slow=2, cthresh=4, mi=0, pp=7, clip2=D)
+ Reply to Thread
Results 1 to 2 of 2
-
-
for 50 fps:
Code:Q = Trim(x,y).QTGMC() T = Trim(y+1,z).TFM().SelectEvery(1,0,0) Q+T
Code:Q = Trim(x,y).QTGMC(FPSDivisor=2) T = Trim(y+1,z).TFM() Q+T
Similar Threads
-
Interlaced video vs interlaced and already de-interlaced-difference ?
By rodling in forum Newbie / General discussionsReplies: 2Last Post: 14th Oct 2024, 23:56 -
Why is same rate interlaced footage visually interlaced?
By LaserBones in forum Newbie / General discussionsReplies: 9Last Post: 9th Sep 2024, 20:09 -
Convert interlaced SD video to 60fps: QTGMC (with Bob) or Interframe/SVP?
By Darryl In Canada in forum Video ConversionReplies: 1Last Post: 4th Jun 2024, 13:36 -
Converting 30fps (prev interlaced) into 60fps interlaced
By Saturn2888 in forum Video ConversionReplies: 4Last Post: 29th Sep 2023, 08:01 -
Faster way to fix shifted interlaced pixels?
By ENunn in forum RestorationReplies: 10Last Post: 30th Jun 2021, 15:12