Wie kann ich die von der Casio Exilim EX-S500 erzeugten WAV-Dateien in MP3-Dateien umwandeln?

May 5th, 2008 by matthias

Man kann die WAV-Dateien korrekt abspielen mit dem Befehl »play«; dieser Befehl erkennt die Dateien als:

  1. Sample Size    : 16-bits
  2. Sample Encoding: ima_adpcm
  3. Channels       : 1
  4. Sample Rate    : 11025

Anscheinend akzeptiert lame keine ADPCM kodierten WAV-Dateien (egal ob MS ADPCM oder IMA ADPCM) als Eingabe, ebenso scheitert der Import in audacity, auch über »Rohdaten importieren«. Deshalb konvertiere man zuerst in normale PCM-kodierte WAV-Dateien (diese haben etwa fünffache Größe …) und dann in MP3 (hier in sinnvoller Qualität für Sprachaufzeichnungen):

  1. sox file.wav -s file.SignedLinearPCM.wav
  2. lame -V 7 -q 1 -m m file.SignedLinearPCM.wav file.lameV7q1mono.mp3

Das Ergebnis sind MP3-Dateien die etwa die halbe Größe der von der Kamera produzierten WAV-Dateien haben.
Noch kleiner wird das Ergebnis mit dem folgenden Befehl, der für Sprachaufzeichnungen immer noch gute Ergebnisse liefert:

  1. lame -V 8 -B 24 -q 1 -m m file.SignedLinearPCM.wav file.lameV8q1mono.mp3

Alternativ auch mit durchschnittlicher Bitrate:

  1. lame -abr 20 -q 1 -m m file.SignedLinearPCM.wav file.lameABR20q1.mp3

Posted in Casio Exilim EX-S500 | No Comments »

What happens when using the menu function “format” on a Casio Exilim EX-S500 digital camera?

May 5th, 2008 by matthias

The file system is re-created, and thereby all files get lost. All files means, not just the digital images in the dcim/ folder, but also everything else you stored in self-created, additional folders.

That means, if you want to keep things you also store on the camera (like encrypted keys, passwords etc.), never use the “format” menu item. Instead, go to the play mode of the camera, press the arrow down button (also has the dustbin label), and then select “Delete all Files”. This deletes images / files in the dcim/ folder only, not your additional files in other folders. Alternatively, you can delete or move the images after mounting the camera from your computer.

Another side effect of re-creating the file system is that the UUID of the filesystem changes, which might confuse Linux if you use UUIDs in /etc/fstab.

Posted in Casio Exilim EX-S500 | No Comments »

Wie kann ich es beheben wenn das Objektiv der Casio Exilim EX-S500 »hängt«, d.h. nicht mehr einfährt?

May 4th, 2008 by matthias

Siehe www.stevesforums.com/forums/view_topic.php?id=57969&forum_id=14 . Ein Trick der in einem
Fall funktionierte: den untersten Objektivring in eine Richtung zu drehen versuchen und gleichzeitig die Kamera einschalten.

Posted in Casio Exilim EX-S500 | No Comments »