Steve Tung

Results 73 comments of Steve Tung

I added basic support for this in d01aa4db8c6044213d9cec553784a2c99aecfb76, as a boolean flag, but I should revisit this at some point for optional arguments.

Some considerations, for future reference, about the optional argument: * It should probably have support for an output directory and an output pattern * If there already exists a directory/frames...

Unfortunately, there currently isn't a way to access the overwritten setInterval or to prevent overwriting it. In a future version of timecut, overwritten time functions will be available. You might...

Hi, apologies for the late response on this. I tried to recreate this issue tonight without much success by running timeweb v0.3.1 and v0.1.1 in the browser (which are the...

From your description, it sounds like your canvas actually has a transparent background, which ffmpeg replaces with a black background by default. If you add a white background for you...

Hi @baljeetrathi, CSS rules don't affect canvas data, which is what timesnap/timecut uses when in canvas capture mode. I took a quick look at matter.js and it looks like it...

Just to confirm, are you trying to capture an animated svg? Animated svgs aren't supported currently by timeweb/timesnap/timecut

@ariel-frischer This sounds like your comment is unrelated to the issue you're posting under-- is that the case? If so, could you open a new issue? Also could you give...

Bug confirmed. This seems to be due to setting the `clip` property of `page.screenshot` in `capture-screenshots.js`. Commenting out the line fixes this issue, though it also disables clipping the screenshot....

In theory, if given the right hardware and the right settings, it should be possible to render faster than realtime. The package overwrites time handling code of a web page,...