Ben Zenker

Results 8 comments of Ben Zenker

This feature would be awesome even just for page viewing (non-action based URLs). We run into the issue a lot since the Bookstack session isn't tied to our own custom...

If you're looking for performance, ffmpeg.wasm might not be the right solution. Can you solve your problems by using native ffmpeg on a server?

To make it even easier, simply navigate to the [Rendering Types example codepen](https://codepen.io/jonobr1/pen/NWvJZPp) to see the differences as well

@jonobr1 I played around with the filters and using nearest with MAG eliminates the blurriness. Changing MIN didn't seem to have any effect. However, once the blurriness was gone, it...

I'm not saying that you're wrong, but this doesn't necessarily describe a memory leak. Chrome could be allocating that memory from the computer and holding on to it in case...

I wasn't aware you could create child processes from browser Javascript. Are you talking about NodeJS?

I know this doesn't solve the issue, but another approach for your use case could be including a pre-compiled ffmpeg binary per-OS and using the fully-fledged ffmpeg instead of the...

Same. I tried both with and without core since I wasn't sure why it was needed to be installed if it's not imported like a normal dependency. But it is...