Settings

Theme

Ask HN: How would you find “interesting” audio from a video file or stream?

1 points by thrwawy20160421 10 years ago · 2 comments · 1 min read


Let's say you have a 12 hour long video file from a surveillance or security camera, and you know that motion detection didn't find any interesting events in the video part. What about the audio? Is there any software that can let you define "interesting" audio, even just amplitude over a certain level. For example, given a minimum threshold in dB and a video file, give me a shortened video file that contains all the video except the periods where the threshold was too low?

niftich 10 years ago

This is an extremely low-budget solution, but you could load the audio into a program that charts the amplitude of the signal over its length, like most audio editors (e.g. Audacity [1])

Then you can visually see spikes [2].

You may be able to use such an editor to remove the ambient noise and see it more clearly as well.

[1] http://www.audacityteam.org/download/

[2] http://manual.audacityteam.org/

jeffmould 10 years ago

You might be able to hack something up using a audio library such as:

1) http://yaafe.sourceforge.net/

2) https://github.com/jamiebullock/LibXtract/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection