matthieudelaro

Results 36 comments of matthieudelaro
trafficstars

> Seems like we could mark this issue as `Resolved` ?

I'm on Intel processor. Killing the app process (present even though the app was closed) in Activity Monitor solved the issue.

Hi, no I don't need GPU, that is right. But I'd love to have a build fitted for Mac Books Air / Pro optimised with instruction sets like AVX AVX2....

You asked for use cases: clip an audio file between two given timestamps, with a precision of a millisecond (basic web API fails for this level of precision)

> OK, Guys & Girls, > > if the goal is really to be able to use FFmpeg in a Javascript code (and not for Electron or Cordova), I can...

Hi @fgrehm, I just landed on this old PR. How do you feel about merging this?

Idea if the database schema seems kinda stable to @marcklingen: how about provisionning a DB for langfuse, in which we inject credential data on start?

How about building directly from a OSX environment?

Thanks @pradyunsg, that gives the following: ```bash $pipenv check Checking PEP 508 requirements… Specifier python_version does not match > 3.6 (3.6). Failed! ``` Replacing > 3.6 with > 3.5 doesn't...