stremio-web icon indicating copy to clipboard operation
stremio-web copied to clipboard

WASM ffmpeg instead of calling subprocess

Open GunGunGun opened this issue 1 year ago • 1 comments

Work perfect in web browser so we could use WASM instead of calling ffmpeg.exe from server.js, which is better, faster and more precise:

Demo: https://ffmpegwasm.netlify.app/playground Repo: https://github.com/ffmpegwasm/ffmpeg.wasm

GunGunGun avatar Apr 22 '24 09:04 GunGunGun

better, faster and more precise

  • It's slower because it can't use hardware acceleration (AVX nor Intel/AMD specific decoders/encoders).
  • It's worse for power efficiency
  • "more precise" does not mean anything (other than higher bitrate while encoding, that I doubt)?

daniel-dewa avatar Oct 07 '25 12:10 daniel-dewa