Apple Resources - ffmpeg (media file converter)
http://edu-observatory.org/olli/Manage/ffmpeg.html





1. Download and Install Homebrew from the Mac Terminal
   /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  
2. Install ffmpeg (using Homebrew) from the Mac Terminal 
   /opt/homebrew/bin/brew install ffmpeg 
  
3. Using ffmpeg  
   Man page for ffmpeg
   man ffmpeg
   Quick help
   ffmpeg -h
   ffmpeg -i 'input.webm' -q:a 0 -map a output.mp3


  
  

 
    sam.wormley@icloud.com