Install ffmpeg using homebrew
brew install ffmpeg
Convert .mp4 to .mp3
ffmpeg -i video.mp4 -vn audio.mp3
Convert it using a smaller file size
ffmpeg -i input.mp4 -map 0:a:0 -b:a 48k output.mp3
Convert the .mov file iPhones use to .mp4 which most others use
ffmpeg -i file.mov -c copy out.mp4
This is a password protected section available to those who know me in some fashion. If you know me and you do not already have a login, you can request a login here.
I am nuts about books. I read on all kinds of topics. I attempt to review each book I read for the sake of my own enrichment as well as conversation starters with others.
You never know what you will find in an attic! Usually there is a hodgepodge of things buried under dust.
Most of what is included here are notes to myself. The majority of folks will not find interest in these posts.