- Mar 23, 2004
- 249,106
- 114,203
- Faith
- Non-Denom
- Marital Status
- Private
- Politics
- US-Constitution
how do i record something from an internet radio station?
Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.
The highest-quality option is stream recording, rather than through the sound input (which is what Audacity does). It doesn't recompress anything since it simply takes the MP3, AAC, or Vorbis stream transmitted by the station and saves it to a file on the hard drive, in much the same way your DVR doesn't recompress anything (or at least it shouldn't). You may or may not have to deal with manually splitting the result into separate tracks, though.You need a program capable of recording from different audio sources. Audacity is capable of doing so, but it can be a bit of a pain at times (it is free though).
There are probably many other available programs. Basically anything that can record audio should work fine, provided it can record from different sources.
I would make sure, first, that recording the audio you intend to record is legal. Wouldn't want you getting in trouble![]()
Not sure what you're getting at there seeing as Audacity records by default as an uncompressed wav file. In this case, the easiest way would be to record the stereo mix which would be the same exact quality you receive on your computer output from the stream.Qyöt27;62482295 said:The highest-quality option is stream recording, rather than through the sound input (which is what Audacity does). It doesn't recompress anything since it simply takes the MP3, AAC, or Vorbis stream transmitted by the station and saves it to a file on the hard drive, in much the same way your DVR doesn't recompress anything (or at least it shouldn't). You may or may not have to deal with manually splitting the result into separate tracks, though.
Lossy radio stream->Stereo Mix through sound card*->Hard disk as PCM->Lossy conversion to save space (because the user probably will convert it back to MP3 or whatnot if they don't force Audacity to do it while capturing)Not sure what you're getting at there seeing as Audacity records by default as an uncompressed wav file. In this case, the easiest way would be to record the stereo mix which would be the same exact quality you receive on your computer output from the stream.
how do i record something from an internet radio station?
how do i record something from an internet radio station?
A) MPlayer family >>>>>>>>>>>>>> VLC. Always has been.Got VLC? - no, get it...
mplayer -dumpstream -dumpfile filename.ext URL
ffmpeg -i URL -acodec copy filename.ext
You should now be prompted to add a filename. Under Activate Transcoding, Profile - select the correct file type fpr the stream to be saved such as "Audio - MP3"
Qyöt27;62514898 said:I was using the > as a greater-than sign.
Well, considering they're both based around libavcodec, you wouldn't expect much of a difference (same thing for ffdshow or LAV Filters for Windows). However, there have been pretty significant ones that separated them. For a long time there were issues with the way VLC handled H.264, completely separate from how libavcodec was decoding it. I want to say the seeking was borked. I think it's fixed now, but yeah.To be honest, I see mplayer and VLC pretty much equal but in different respects. VLC is better as a cross platform solution and is a good option for Windows users seeing as the tight fisted OS maker doesn't provide an all-in media player by default as they want you to pay extra money for something that should be there to start with. Mplayer has better command line use under Linux and has several front-end options too. Personally speaking, I use mplayer usually in Linux but install VLC too so as to have a change or test things.
Depends on how you categorize it. VLC's initial release was in 2001.Interesting to note, VLC was around before mplayer, VLC started life in 1996 whereas mplayer was created in 2000.