deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
It depends. If the source is the raw original capture/encode, you can usually use this afaik:
Code:
DoubleWeave()
Pulldown(0,3)
Source:
http://avisynth.nl/index.php/Pulldown
I prefer this over other methods because it's a fixed robust algorithm that doesn't do any image analysis and as such is not susceptible to running into problems in various situations, for example when movies employ low-fps slow motion (which creates duplicate frames naturally).
The problem is that if the source has been recut, even losslessly, the order of frames may have become compromised, thus it would, for example, work well until the cut appears, and then go out of sync and fail. I encountered this when trying to use it on a particular fanedit of Lord of the Rings. The editor was editing the 29,97 fps footage sadly and just cut it in arbitrary places. As such it's almost impossible to properly convert it back to 24 fps.
But I think in your case it might work just fine.
Posts: 7,153
Threads: 601
Joined: 2015 Jan
Thanks: 1081
Given 1466 thank(s) in 963 post(s)
Country:
TFM + TDecimate at default settings work 99% of the time... for the remaining 1%, usually tweaking the settings fix it.