Arsalan Ahmad

Results 10 comments of Arsalan Ahmad

Do you want to take a look at the code and submit a pull request? From your description, it does look like a bug but should be a relatively easy...

Of course it does not run on the browser. It depends on ffmpeg installed. Best Regards, Arsalan Ahmad On 19. May 2021, 02:03 +0300, Denis Klymenko ***@***.***>, wrote: > This...

This package cannot work on the browser. It depends on ffmpeg to edit videos and can only be run in nodejs environment. On Fri, 31 May 2019 at 10:31, sou-s...

That issue is in the "tmp" package that is used by this library. You might find some info in that repository. This package is old but it still should be...

Yes you need ffmpeg installed and in path for this to work. On Wed, 30 Aug 2017, 10:24 pm Bhavani wrote: > Should i install ffmpeg in my system to...

I also think its better not to be completely dependent on the omniauth flow. It would be nice if the library had a function that took a `code` from the...

What version of ffmpeg are you using? This library was only tested for FFMPEG 3.x.

I would love to have this kill option too! I just used this plugin for the first time to start a local web-server using nodejs. Since the server has to...

I don't know at what point the code breaks. Going through your source code my suspicion is that the transform function is going into too many recursions. Other than that,...

I'm in dire need of this scrollTo too! I'm working to test an infinite loader and I need to trigger it by scrolling at the bottom. I guess I'll browse...