|
|
Convert Real Audio files to MP3s
If you don't have a .ram file, as long as you can get at the original stream URL (via View Source or similar), you can do
mplayer -dumpstream -dumpfile [filename] rtsp://host.do.main/full/url
to dump live RealAudio streams to disk to create your own .rm files that you can then massage into MP3's.
As for this mess:
Convert Real Audio files to MP3s
How about this instead?<Mental note: "Do not post after bedtime."> Forgot the parentheses for the array assignment. (Could've sworn I used Preview.) Let's try that again:
IFS=";" title_author=(`mplayer "$1" -quiet -vo null -ss 10:00:00 2>&1 | awk -F: 'BEGIN { ORS = ";" } ; $1 ~ /name|author/ { print $2 }'`)
Convert Real Audio files to MP3s
That is very cool - anyway - you could walk us through whats going on there? |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.07 seconds |
|