Neat little trick I learned today. If you have a stream that mplayer can play and you want to save it to a file for later use, this will do the trick:
mplayer
"some_stream" -ao pcm:file=file.wav
that produces a raw WAV file, which you can then convert to the format of your preference with other tools like ffmpeg.
0 comments:
Post a Comment