3

Hi everyone

Please do you know an alternative of ffmpeg in nodejs?

A standalone video editing library

Comments
  • 4
    videos are hard number crunching, I doubt pure js solutions exists that are not ffmpeg wrappers
  • 0
    If you can narrow down the codecs you are using, you can use a minimal custom build ffmpeg wrapper!
  • 6
    Nope, no matter what it'll just be a wrapper over ffmpeg.

    Js devs don't exactly reinvent the wheel, only their own wheels.
Add Comment