shntool: Unterschied zwischen den Versionen

Aus Mikiwiki
Wechseln zu: Navigation, Suche
 
Zeile 13: Zeile 13:
 
   # <b>checkinstall</b>
 
   # <b>checkinstall</b>
 
   # <b>yast -i /usr/src/packages/RPMS/i386/shntool-2.0.3-1.i386.rpm</b>
 
   # <b>yast -i /usr/src/packages/RPMS/i386/shntool-2.0.3-1.i386.rpm</b>
 +
 +
=== Ubuntu 12.04 Precise Pangolin ===
 +
 +
$ <b>sudo apt-get install shntool</b>
  
 
== Syntax ==
 
== Syntax ==

Aktuelle Version vom 21. Januar 2014, 17:54 Uhr

Der Shell-Befehl shntool kann verlustfreie Audioformate ineinander transkodieren (z. B. WAV, FLAC, SHN, APE usw.).

Zusammen mit shntool wird offenbar auch der Befehl shnsplit installiert.

Installation

Herunterladen: http://www.etree.org/shnutils/shntool/

 $ tar xzf shntool-2.0.3.tar.gz
 $ cd shntool-2.0.3
 $ ./configure
 $ make
 # checkinstall
 # yast -i /usr/src/packages/RPMS/i386/shntool-2.0.3-1.i386.rpm

Ubuntu 12.04 Precise Pangolin

$ sudo apt-get install shntool

Syntax

shntool conv -o [fmtout] *.[fmtin] 

"[fmtout]" bezeichnet hier das gewünschte Audio-Ausgabeformat (möglich sind u. a. WAV, AIFF, SHN, FLAC, APE, usw.). "[fmtin]" bezeichnet das Audioformat der umzuwandelnden Eingabedateien.

Verwendung

Umwandlung aller SHN-Dateien im aktuellen Verzeichnis in WAV-Dateien.

$ shntool conv -o wav *.shn

Die Standard-Audio-CD erwartet, dass jede Tondatei ein Vielfaches von 2'352 Byte gross ist. Beim Umwandeln einer MP3- in eine WAV-Datei mit lame wird das nicht beachtet und muss mit shntool nachgeholt werden.

$ shntool fix -noskip file.wav

Weblinks

Herausgeber Sprache Webseitentitel Anmerkungen
country US.gif Aidanjam eng Split lossless audio (ape, flac, wv, wav) by cue file in Ubuntuwbm