Franky

Results 10 comments of Franky

> Hola Francisco, gracias por la corrección, me alegro que te sirva de ayuda. ¡Un saludo! > […](#) > On Fri, 8 Jan 2021 at 09:26, Francisco-AM ***@***.***> wrote: La...

I already solved the problem, the correct code would be ComboBox body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start...

Sure, but in my code there is no button and I think that in the example two buttons are configured, one for starting and the other for closing, which do...

I already made the pull request, thanks for your patience, it is my first pul request, I hope to contribute much more to amp because it is a very large...

Now the pull is ready, before it was not sent, thankfully there were few changes

I think the error is in this line, new workers are being created every time it is scanned, when you use the scan it is assumed that the service worker...

Creo que solucionado el problema de la creación de workers. ![image](https://user-images.githubusercontent.com/69035383/190973796-ce23acdb-3986-41f8-9746-672616569750.png) ![image](https://user-images.githubusercontent.com/69035383/190974192-946d9a2f-b3fd-4762-b00a-0c18ed724e09.png) ![image](https://user-images.githubusercontent.com/69035383/190974359-92790fff-c62f-4a2c-b480-6a56ebae265f.png) And speed in 4 or saturate mobile or computer.

The problem is that a new worker is created every time you have to process a frame and obtain the QR code, you have to create a single worker to...

Thank you very much, it worked extremely well, although it does not work with the -i option. I reduced the memory from 1gb to 150mb, much more than half the...

I'm doing something similar using webcodecs and canvas for recoding tasks, and using fffmpeg for less heavy tasks like cutting, extracting audio, etc. However, for big files I use webcodecs...