detman / wav2exif

convert Fuji X voice recordings to EXIF description

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%