I would just pipe it through ffmpeg.
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
Yes, I'm relatively sure. There's even a nodejs lib for it:
https://github.com/schaermu/node-fluent-ffmpeg
> Also, do you have any idea howmuch of a performance difference this
> would make compared to doing it with v8 (if that is possible at all)?
As the ffmpeg guys made many optimizations, I don't think that you'd get
better results with a simple implementation in javascript.
Jann