Scripts posted recently tagged to lame in Kelpi

1- 3 of 3.

bash script to convert ASF/ASX to MP3 using mplayer and lame

to bash asx asf mp3 convert lame mplayer 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 parameter

wma to mp3 with lame

to mp3 wma lame mplayer 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 folder

Convert asf file to mp3 in Ubuntu

to audio stream recording convert mplayer bash ubuntu lame by garaolaza

# First convert .asf to wav:
mplayer -ao pcm:file=destination.wav source.asf
# Then encode it to mp3
lame destination.wav
hits counter