View Single Post
Old 2nd March 2021, 03:02   #4  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Quote:
Originally Posted by poisondeathray View Post
TFM will only return 29.97 max

A mix of 23.976p, 30p, 59.94p can be done with

TDeint(mode=1,tryweave=true, edeint=QTGMC())
#dedup 1st pass
#dedup 2nd pass

It will try to weave progressive content, but deinterlace interlaced content with QTGMC , all in a 59.94p base (23.976p sections will have 3:2 duplicates, 29.97p sections will have duplicates, if you had 12p sections they would have 5x duplicates...you get the idea)

Run 2pass dedup afterwards, this will decimate duplicates and output timecodes to make unique frames, and VFR timing to keep sync
Thank you very much! I thought it will be much harder. Now I need to decide whether I want encode it as 23.976 or 59.94fps or VFR. I really don't like VFR but since I want to upscale the whole series with waifu2x-ncnn-vulkan it would be much faster. Thanks again.
pcroland is offline   Reply With Quote