Christopher Chedeau

Results 31 issues of Christopher Chedeau

https://excalidraw.com/#json=_SsuigwERykrrg9SqMgp2,6cFibR83wwfIL794esc8zQ

**Real time whisper transcription** Right now the demo works for a recording but does it in one shot. I'd love to be able to do it as I speak. Sadly...

enhancement

I saved a screen recording mp4 file with sound with Quicktime ([mp4_with_sound.mov.zip](https://github.com/gpac/mp4box.js/files/10346002/mp4_with_sound.mov.zip)). If you open this file in the [filereader.html](https://gpac.github.io/mp4box.js/test/filereader.html), you can see this in the console: ``` [BoxParser] 'meta'...

If you run the following code: ```javascript const MP4BoxOutputFile = MP4Box.createFile(); const trackID = MP4BoxOutputFile.addTrack({ width, height, brands: ['mp42', 'isom'], timescale: 90000, language: 21956, name: 'VideoHandler', // https://gist.github.com/uupaa/8493378ec15f644a3d2b avcDecoderConfigRecord: (new...

Hey @tailuge, I just wanted to say thank you for building this project. I’ve long been wanting to build an algorithm to suggest routes given the current set of balls....

Right now it's using HSL but there may be better color spaces for doing this https://twitter.com/liuliu/status/1387860958102523907

Something else with logos is to vectorize them to remove all the noise from jpg. vectormagic is truly awesome for that. There are some open source projects about it, may...

When playing with logos, I very often want to remove the background and make it transparent. I'm not sure if it's the right tool for this but would be cool...

Assuming that the target image has proper CORS header set (may not be the case), we should allow to add an image through an url

A common pattern that I use is take a screenshot to the clipboard and paste it to apps, we should support this.