Rahul Tarak

Results 31 comments of Rahul Tarak

As a temporary fix @imolorhe you can directly use that repo. Also adding closes #61 ```yml - name: Build/release Electron app uses: cryogenicplanet/action-electron-builder@v2 with: # GitHub token, automatically provided to...

There is a bug where the module does not work correctly in CI systems and causes issues

@sammartinez I had a question/suggestion for an extension of the fix that I was discussing with Wei. I guess the question part is that is it common in the library...

@abrichr Not at the moment, but we can add a feature to support it

Hey So we actually have an upstream internal repository where do most of our dev works, so I can put it in as a feature to do there. I would...

@Maxou44 Thank you for letting us know we will work on adding rav1e instead of libaom!

Encoding with Rav1e https://askubuntu.com/questions/1189174/how-do-i-use-ffmpeg-and-rav1e-to-create-high-quality-av1-files FFmpeg cli command ``` ffmpeg -i input.mp4 -c:v librav1e output.avi ```

Hey, @alex-cory the https://caniuse.com/sharedarraybuffer says that it can be enabled on Safari using a flag. This could be a workaround, but let me try to dig up an old mac...

Hey, @alex-cory not planning to support mobile browsers at this time, there are a couple of reasons for this: - Almost all of them required flags to be enabled to...

Hey, @alex-cory so under the hood for web assembly we use https://github.com/modfy/ffmpeg.wasm a forked version of https://github.com/ffmpegwasm/ffmpeg.wasm. Here we have made some change with promise handling and added certain headers...