linksjnr.blogg.se

Install ffmpeg on mac
Install ffmpeg on mac











install ffmpeg on mac

A complete techcnical explanation of the command can be founded on the Additional Notes of my book and/or by visiting the Bash Reference Manual available at the GNU.org website. “ Please BASH run the command within the quotes so to download and install HomeBrew from the HomeBrew’s Website onto my computer.”įor the sake of simplicity, the above command won’t be analyzed word by word. The above mentioned code is a BASH command that basically says: Just open the Terminal Application on MacOS X and then paste the following code: /bin/bash -c "$(curl -fsSL )" While there are several ways to install FFMPEG on MacOS X or on Ubuntu, i suggest you to download and install one specific program called “HomeBrew” thru the Terminal Application. To access this folder on your Desktop, within Terminal, you will type: cd ~/Desktop/processed To create this folder you will type: mkdir ~/Desktop/processed

install ffmpeg on mac

In this case it will a good idea to can create a folder on your desktop and call it “processed”. You just want to make sure that everything you will output from your Terminal will be easily located on your computer, once the processes are done.įor example: you might want to process a large batch of videos. The above command means “ Change the Directory where i am located, to the user Desktop”. To access your “Desktop” directory on MacOS X, for example, you can type the following command on Terminal: cd ~/Desktop First thing to do with Terminal: choose or locate your default working directory.īy default Terminal will process your commands on the current USER directory path (aka your Home Directory).

install ffmpeg on mac

This will enable the BASH shell immediately. To do so, just type the word bash as soon as your Terminal will open, and press Enter. Please note: the latest MacOS X version use an extended version of BASH named ZSH (aka “Zed Shell “). In order to use all the tools and commands described in this book i suggest you to switch from ZSH to BASH. The Terminal application on MacOS X it’s a standard shell with a pre-installed BASH version 3. MacOS X contains a great app called “Terminal” which is inside the Utility Folder. Instructions for MacOS, Linux and Windows.













Install ffmpeg on mac