Wednesday, May 7, 2014

Amazon Kindle 3.3 Sound Output FFMPEG



The following command is great for creating sound files for the Kindle:
ffmpeg -i 8bp027-04-nullsleep-playful_panda.mp3 -ar 8000 -ac 1 -acodec pcm_u8 panda.wav

Play the sound with the following:
aplay /tmp/panda.wav
 

No comments:

Post a Comment