home
to by anonymous
#!/bin/bash
# Bram Borggreve (c) 2008. GPL Licensed
# Script to convert ASX to MP3. Needs mplayer & lame binaries
# Check if we received a parameterto by nando.quintana
#! /bin/sh
# wma to mp3 script by mtron
# http://ubuntuforums.org/showthread.php?t=37793
zenity --info \
--text="this script converts all wma files in the current folderto by txokolarte
#!/bin/bash
mplayer -dumpstream -dumpfile GRABATZEN mms://stream & sleep 60m;
killall mplayer;
mv GRABATZEN IRRATSAIOA_`date +%Y%m%d`;
to by garaolaza
mplayer -dumpstream -dumpfile myfile.mp3 mms://yoururl_here
# myfile.mp3's extension depends on the format of the original stream.
to by garaolaza
# First convert .asf to wav:
mplayer -ao pcm:file=destination.wav source.asf
# Then encode it to mp3
lame destination.wav