Saving the audio out of a video stream
So, you really want to get the audio from that video stream you see in that website, but you don't know how? I know that it can be useful, when, for instance, the stream is from an interview and you can't hear well what they're saying even your your volume maxed up. So, the easy way to do that is just:
- Grab the url of the stream (http:// or mms:// or anything - it doesn't really matter);
- mplayer mms://blabla.com/whatever.wmv -ao pcm:file=output.wav
- Now you have output.wav, just process it to fill your needs!
FIXE!!!
ReplyDelete