View Single Post
Old 9th April 2018, 01:08   #6  |  Link
improser
Registered User
 
Join Date: Sep 2012
Posts: 7
Quote:
Originally Posted by Sharc View Post
Your clip is progressive, not interlaced, but badly damaged because the original interlaced footage has been resized without prior deinterlacing.
Now the field structure is crippled and the frames can't be deinterlaced any more.
You could try something like this and play with the shrink parameter:
Code:
source
shrink=380
bicubicresize(width(source),height(source)-shrink)
bilinearresize(width(source),height(source))
This is too destructive, it reduces the vertical resolution.
There is no a way to search only the motion areas and interpolate this vetically without touching all other?
improser is offline   Reply With Quote