Thread
:
[linux] Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from Last.FM
View Single Post
#
2
03-25-2009, 02:31 PM
any ANONYMOUS forum user
any user of the forum who preferred to post anonymously
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
Re: [linux] Capturing/Saving/Downloading/Ripping/Recording MP3 music stream from Last
Another useful ripping technique that can be applied to any stream you would view but cant normally save (easilly)
Code:
mkfifo pipe; mplayer -vo null -ao pcm:file=pipe my_stream_URI; lame -h pipe my_new.mp3; rm pipe;
any ANONYMOUS forum user
View Public Profile
Find all posts by any ANONYMOUS forum user