shntool: Unterschied zwischen den Versionen

Aus Mikiwiki
Wechseln zu: Navigation, Suche
(Verwendung)
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
Der [[Shell-Befehl]] <b>shntool</b> kann verlustfreie Audioformate ineinander transkodieren (z. B. [[WAV]], [[FLAC]], [[SHN]], [[APE]] usw.).
 
Der [[Shell-Befehl]] <b>shntool</b> kann verlustfreie Audioformate ineinander transkodieren (z. B. [[WAV]], [[FLAC]], [[SHN]], [[APE]] usw.).
 +
 +
Zusammen mit shntool wird offenbar auch der Befehl [[shnsplit]] installiert.
  
 
== Installation ==
 
== Installation ==
Zeile 11: 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 ==
Zeile 26: Zeile 32:
 
  $ <b>shntool conv -o wav *.shn</b>
 
  $ <b>shntool conv -o wav *.shn</b>
  
Die Standard-Audio-CD erwartet, dass jede Tondatei ein Vielfaches von 2'352 Bytes gross ist. Beim Umwandeln einer MP3- in eine WAV-Datei mit [[lame]] wird das nicht beachtet und muss mit shntool nachgeholt werden.
+
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.
  
 
  $ <b>shntool fix -noskip file.wav</b>
 
  $ <b>shntool fix -noskip file.wav</b>
Zeile 32: Zeile 38:
 
== Weblinks ==
 
== Weblinks ==
  
* [http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/ Split lossless audio (ape, flac, wv, wav) by cue file in Ubuntu]
+
{{Weblinks}}
 +
{{url|US|Aidanjam|eng|http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/|Split lossless audio (ape, flac, wv, wav) by cue file in Ubuntu|}}
 +
{{Fuss}}
  
  
 
{{cat|Audioformat}}
 
{{cat|Audioformat}}
 
{{cat|Shell-Befehl}}
 
{{cat|Shell-Befehl}}

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