cd ~/Developer/JUCE/Projects/SimpleFilters
ffmpeg -i videoplayback.mp4 -i videoplayback.m4a -c:v copy -c:a copy output.mp4
# show all installed applications and their product identifiers
mas list
# list all applications with pending updates.
mas outdated
# install all pending updates
mas upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Credit http://stackoverflow.com/a/2514279 | |
for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ci %cr" $branch | head -n 1` \\t$branch; done | sort -r |
$ PLUGIN_ID = "CRC_PRESS"
# MAC Binary Plugin Install. Assert plug-in structure exists. Make Download etc var
cd ~/Downloads; wget https://www.crcpress.com/downloads/K15885/K15885_plugins_mac.zip
better use gist.el
A. Checkout the developer version of JUCE
git clone -b develop https://github.com/WeAreROLI/JUCE.git
(For consequent updadets, you just need to)
git checkout develop; git fetch; git pull
B. Build Projucer, where JUCE is the root of your clone
xcodebuild -project JUCE/extras/Projucer/Builds/MacOSX/Projucer.xcodeproj
b. Optionally build DemoRunner and AudioPluginHost