Mikael Finstad

Results 215 issues of Mikael Finstad

This example https://github.com/h2non/toxy/blob/master/examples/bandwidth-limit.js or even this simple code: ```js const toxy = require('toxy') const http = require('http'); const proxy = toxy() const rules = proxy.rules const poisons = proxy.poisons proxy...

question

First of all great app! it's incredibly fast and low latency. 🔥 Maybe I'm missing something, but currently if I want to change **what is shared** in a connection, I...

enhancement

* **Electron-Builder Version**: 22.13.1 * **Node Version**: 16.13.0 * **Electron Version**: 8.5.5 * **Electron Type (current, beta, nightly)**: current * **Target**: darwin ``` npx electron-builder --mac • electron-builder version=22.14.6 os=20.6.0...

Since lossless cutting by nature is inaccurate, and a lot of people request a more accurate cutting, I will consider adding an accurate and lossy cutting option **or** make a...

enhancement

This would give benefits: - Improved performance and bugfixes in chromium/electron - Fix crashes seen on Apple M1 - can replace `open` with `shell.showItemInFolder(fullPath)` (Reveal converted file in finder/explorer) https://www.electronjs.org/docs/api/shell...

enhancement

This is the age-old question that I have not yet found a definite answer to: How does seeking (`-ss`) actually work in ffmpeg? More specifically: - How to seek to...

epic

Some of these settings should only remembered for the current session (reset when restarting losslesscut or when explicitly closing file), while other should persist. Need to think about it. Note:...

enhancement
epic

We cannot cut between keyframes, it's a technical limitation of modern video codecs. So ffmpeg will choose the nearest keyframe, which will not be the exact time you requested. Might...

enhancement

Due to losslesscut using chromium's html5 video tag which only supports certain container formats and codecs, we currently need to "convert to supported format" when trying to open exotic formats...

enhancement

Need support from Electron, m1 ffmpeg static binaries and possibly Github Actions. Maybe the greatest benefit will come from being able to run m1 ffmpeg, because ffmpeg is doing all...

enhancement