Hacker News new | ask | show | jobs
by zeotroph 2673 days ago
Given it just processes audio, how long does processing one video file usually take?
1 comments

Audio extraction is actually the most expensive part. It depends on the length of the video, but my experience is that it finishes in 20 to 30 seconds. It's possible one might be able to sample different parts of the video to bring the runtime down further; I plan to experiment with this when I get the chance.