View Single Post
Old 21st March 2019, 20:19   #32  |  Link
zorr
Registered User
 
Join Date: Mar 2018
Posts: 447
Quote:
Originally Posted by hello_hello View Post
Here's some silliness I came up with for cleaning up the problem scene in the PAL version.

B = A.TFM().AssumeFPS(24000,1001)
C = A.TFM(pp=2).AssumeFPS(24000,1001)
D = A.TDeint(mode=1).SelectOdd().AssumeFPS(24000,1001)
...
It might be possible to detect automatically which version is the best choice for each frame. There are algorithms that calculate the "blurriness" of the frame and I guess the most correct one should have the least blurriness. I did implement such a measure as part of B-SSIM metric.
zorr is offline   Reply With Quote