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 anonymous
function xml2array($object) {
$return = NULL;
if(is_array($object)) {
foreach($object as $key => $value) $return[$key] = xml2array($value);
} else {to by mikel
#!/usr/bin/python
rst2latex = 'rst2latex.py -l es \
--output-encoding=iso-8859-15 %(filename)s.txt %(filename)s.tex'
pdflatex = 'pdflatex %(filename)s.tex'
def main():to by garaolaza
# First convert .asf to wav:
mplayer -ao pcm:file=destination.wav source.asf
# Then encode it to mp3
lame destination.wav