Hey folks,
I read this other thread which is 29,970 to 23,976 and get rid of frame blending.
https://forum.videohelp.com/threads/418542-Need-help-determing-deinterlace-solution#post2777321
How can I convert this HDTV 50i file to it's original 23,976p?
I can't get any good result.
I Deinterlaced the 50i to 50p, even that I can't get it right.
What I've to do?
Thanks
+ Reply to Thread
Results 1 to 7 of 7
-
-
QTGMC(preset="fast")+sRestore(frate=23.9760) does seem to work fine for me on the sample,..
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Try
Code:BSSource(002.split.1.ts) #or your source filter QTGMC(preset="fast") SRestore(frate=23.976)
Last edited by Sharc; 18th Jul 2025 at 07:55. Reason: File attached
-
2 things I forget:
I used Topaz Video Ai for deinterlacing. QTGMC is so slow!
And I use Hybrid for Srestore.
[Attachment 87853 - Click to enlarge] -
QTGMC is so slow!
did a quick test with the given sample:
clip = qtgmc.QTGMC(Input=clip, Preset="Fast", TFF=True, opencl=False) # new fps: 50
=> 78-80fps (BS Source as source filter)
clip = qtgmc.QTGMC(Input=clip, Preset="Fast", TFF=True, opencl=True) # new fps: 50
=> 81-82fps (BS Source as source filter)
clip = qtgmc.QTGMC(Input=clip, Preset="Faster", TFF=True, opencl=True) # new fps: 50
=> 100fps (BS Source as source filter)
doesn't seem so slow.Last edited by Selur; 18th Jul 2025 at 08:14.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Also, if the OP still thinks that QTGMC is too slow he can try BWDIF(field=3) instead.
-
Out of curiosity: How fast is 'Topaz Video Ai' deinterlacing HD content?
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
avisynth: convert 25P to 50i ?!?
By marcorocchini in forum Newbie / General discussionsReplies: 17Last Post: 13th Mar 2025, 11:49 -
converting a 23.976p video to 59.94i with ffmpeg
By Binarix000128 in forum Newbie / General discussionsReplies: 15Last Post: 26th Sep 2022, 07:43 -
Remux 29.97p fps to 23.976p fps WITHOUT re-encoding
By kalemvar1 in forum Video ConversionReplies: 6Last Post: 19th Jun 2022, 08:26 -
Convert 50p to 50i
By jovnas in forum Video ConversionReplies: 8Last Post: 14th Jun 2022, 12:13 -
De-interlacing 50i to 50p producing colour problems
By Stevie_McC in forum Newbie / General discussionsReplies: 2Last Post: 3rd Mar 2022, 13:05