Emily Bowman
Emily Bowman
I can't find anything in the documentation about how to run handlers other than (presumably) body's onload. Is there a way to call render with an element and action? That...
I did some debugging on why this intermittently fails for some videos, always consistently the same ones. In script.js getBlobVideo(), there's this line: var _url = _times[_times.length - 1].parentNode.href; Sometimes...
One of the largest problems I have in large projects is that clips that are completely zeroed out still hit the CPU hard. During transitions, it's expected, but not for...
It used to be that I could use cmake to generate VC project files, manually specifying the location of headers and libs if necessary. Sometime recently, a new dependency on...
Python presents a warning about invalid escape sequences, this fixes that.
Any chance of switching this to use the caffe backend at https://github.com/lltcggie/waifu2x-caffe? It should be significantly faster, right now it can take 60-200s per frame.