Installing
- Download Latest FFmpeg Build for Mac
Select from the List the macOS 64-bit.
- To Extract ffmpeg Zip Double Click on Archive on Finder
- Access the Target Location
In this Fashion:cd && cd Dowloads
- So Remove FFmpeg Zip
Executing:sudo rm ./ffmpeg*.zip
- Now Relocate FFmpeg
Executing:sudo mv ./ffmpeg* /opt/ffmpeg
- Next Set SuperUser as Owner
Simply with:sudo chown -R root:admin /opt/ffmpeg
Achieve the root Session:
exit
- Further Insert ffmpeg into User’s Path
This for Easy Launching:nano $HOME/.profile
And Append:
export PATH=$PATH:/opt/ffmpeg/bin
Reload the Path with:
source $HOME/.profile