Installing avidemux cli on osx maverick

avidemux

 

 

No formula has to be installed manually anymore, the formula is delivered by Homebrew itself now and its name is “avidemux” (not avidemux3 anymore). After installation an App will be created in your Applications folder and there is finally a audio output device available (you have to select it in the preferences of the App: Edit -> Preferences -> Audio -> AudioDevice: “CoreAudio”).

(1) Install XCode and the Command Line Tools of XCode following the step 1 of this manual.

(2) Install Homebrew using the following Terminal command:

Code: [Select]
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

(3) Install the latest version of Avidemux (nightly version, recommended) using the following Terminal command:

Code: [Select]
brew install --HEAD avidemux

(4) When the installation has finished, you are asked to make an alias of the app in your Application folder using this command:

Code: [Select]
brew linkapps

——————————–
If you want to update Avidemux to the latest nightly version:

Code: [Select]
brew rm -f avidemux
brew install --HEAD avidemux

If you want to install the “stable” version of Avidemux (Milestone):

Code: [Select]
brew install avidemux

If you encounter permission errors, refer to the manual mentioned in step 1.

 
 

Leave a Reply