Ubuntu under Ape Turn mp3[88250 original]

Source: Internet
Author: User
1. Install monkey ' s Audio Console Front End Package

Audacious-mac_0.2.0-1_i386.deb

Mac_3.99-u4-b5-1_i386.deb 2. Install lame, mp3splt tools
sudo apt-get install lame
sudo apt-get install mp3splt
3. Conversion Scripts

Thank you to the Ubuntu Chinese community: zhengb66, ffforg and Thethirdghost.

Modified by their scripts, the Ape music (ape+cue file) of the entire track can be converted to the MP3 file of the component rails (mass 320kb, which can be modified in the script)

#!/bin/sh
PARAM = $#
If [$PARAM-eq 2]; Then
echo ""
echo ""
echo "***********************************"
echo *****step1 convert Ape to wav*****
echo "***********************************"
echo ""
echo ""
Mac "" ' Echo $ | Sed-e ' s/.ape$//' ". wav-d
echo ""
echo ""
echo "***********************************"
echo *****STEP2 convert wav to mp3*****
echo "***********************************"
echo ""
echo ""
Lame-h-B "' Echo $ | Sed-e ' s/.ape$//' ". wav" ' echo $ | Sed-e ' s/.ape$//' ". mp3
RM "' Echo $ | Sed-e ' s/.ape$//' ". wav
echo "************************************"
echo *****step3 Shard MP3 file * * *
echo "************************************"
Mp3splt "' Echo $ | Sed-e ' s/.ape$//' ". Mp3-c" ' Echo $ | Sed-e ' s/.cue$//' ". Cue
RM "' Echo $ | Sed-e ' s/.ape$//' ". mp3
echo ""
Echo-Obama conversion completed. *****

Else
ECHO-E "Usage:ape2mp3 filename (APE) filename (cue)"
Fi


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.