Skip to content

convert Fuji X voice recordings to EXIF description

Notifications You must be signed in to change notification settings

detman/wav2exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

wav2exif

This script scans the SD card written by Fuji X cameras and searches for audio/voice recordings (.WAV files).

The wav is converted to (ascii) text, and the text is written as an exif description tag to the coresponding .JPG or .RAF file.

Very simple umlaut 2 ascii conversion is applied ( 'ö' -> 'oe' etc).

installation (mac)

brew install portaudio 
brew install exiftool 
python3 -m venv env
source env/bin/activate

pip install pyaudio
pip install SpeechRecognition

About

convert Fuji X voice recordings to EXIF description

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages