spoRv
19th March 2017, 22:27
On a HDTV recording, I noted there are strange "stripes" - don't know how to define better this problem...
https://s12.postimg.org/f4t7l5z9p/strikes.jpg
Here you are a small clip (https://fs10n4.sendspace.com/dl/b25798913e3fde3a7f0043d53a23764d/58cef5c17d4dfc0a/bsu9vk/strikes.ts)
A simple, quite effective, solution I tried is this:
limitedsharpenfaster(strength=1200)
pointresize(last.width*4,last.height*4)
converttorgb.gcblur.converttoyv12
spline64resize(last.width,last.height)
not the most elegant, nor the best, I know, but it works... the fact is it's painly slow, around 0.2fps with my not-that-bad 4770...
Any alternative, fast solution that retains as much detail as possible?
:thanks:
https://s12.postimg.org/f4t7l5z9p/strikes.jpg
Here you are a small clip (https://fs10n4.sendspace.com/dl/b25798913e3fde3a7f0043d53a23764d/58cef5c17d4dfc0a/bsu9vk/strikes.ts)
A simple, quite effective, solution I tried is this:
limitedsharpenfaster(strength=1200)
pointresize(last.width*4,last.height*4)
converttorgb.gcblur.converttoyv12
spline64resize(last.width,last.height)
not the most elegant, nor the best, I know, but it works... the fact is it's painly slow, around 0.2fps with my not-that-bad 4770...
Any alternative, fast solution that retains as much detail as possible?
:thanks: