Short: Cut a huge mp3 file into smaller ones Author: Christian Kersting Uploader: Christian Kersting Type: mus/edit Architecture: generic What is it : A small Arexx script for cutting out songs from a huge mp3 stream. I thought it might be usefull for someone. Requirements: The fabulous DJMPTool from Heinrich Patrick (mus/misc). The executable must reside in your command path, e.g. C: . Important (!!): The infile must not have quotes around it and must not contain spac es! Usage: (from shell!) rx mp3cutter.rx infile cutpoint1 cutpoint2 . . . cutpointn Of course you can set the script attribute with "protect mp3cutter.rx s add", so its executable without "rx". e.g. : rx mp3cutter.rx longstream.mp3 0:05 3:20 12:02 63:00 will cut out a track from 0:05 to 3:20min, one from 3:20 to 12:02 and one from 12:02 to 1 hour and 3 minutes. The script will automatically ask you for a filename for the extracted pieces. Author: Questions and bashings for this crap to: christian.kersting@uni-muenster.de