/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux.Soft/music/ape.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Creating a single file mp3:
 
2
  lossless2lossy mp3 cbr 256 . /home/csa/MyMusic/ /home/csa/mp3/ save
 
3
 
 
4
Splitting to multiple files:
 
5
  mp3splt -f -c file.cue -o "@n+-+@t" file.mp3
 
6
 
 
7
Converting to multiple FLAC files
 
8
  cuebreakpoints sample.cue | shnsplit -o flac sample.ape
 
9
 
 
10
Transfering tags from cue
 
11
  cuetag sample.cue split-track01.flac split-track02.flac split-track03.flac split-track04.flac
 
12
 
 
13
Writing wav for burnout
 
14
  cuebreakpoints sample.cue | shnsplit -o wav sample.ape