Hacker News new | ask | show | jobs
by _wp_ 1526 days ago
There's quite a bit of overhead in execing and piping data from ffmpeg. If performance is a concern, then using the C ffmpeg API is a better bet(see pyav for a good example of this) . Cool project though!