2012年1月11日水曜日

homebrewでffmpegをインストールする



homebrewでffmpegをインストールする

環境

MacOSX 10.7 Lion
Xcode 4.2.1 インストール済み。
homebrew 0.8.1 インストール済み。


homebrewでffmpegをインストールする

普通に
brew install ffmpeg
とすると、失敗する

したこと

うまく行くやり方
Mac OS X LionでQuickTime形式の動画をWMVにエンコードする方法を参考に
brew install --use-clang --HEAD ffmpeg


つかいかた
ffmpeg -i input.mov -vcodec libvpx -b:v 2400k output.webm
ffmpeg -i input.mov -vcodec libtheora -b:v 2400k output.ogv
ffmpeg -i input.mov -vcodec mpeg4 -b:v 2400k output.mp4

参考

Mac OS X LionでQuickTime形式の動画をWMVにエンコードする方法
http://d.hatena.ne.jp/moma_htn/20111127/1322405688#20111127f1

https://github.com/mxcl/homebrew/issues/6278
https://github.com/mxcl/homebrew/issues/6278#issuecomment-1646010

MacPortsをアンインストールして、homebrewへ移行する


環境

MacOSX 10.7 Lion
MacPorts インストール済み。
Xcode 4.2.1 インストール済み。


したこと


MacPortsをアンインストールする

$ sudo port -f uninstall installed


MacPorts関係のディレクトリを削除する。


$ sudo rm -rf \
    /opt/local \
    /Applications/DarwinPorts \
    /Applications/MacPorts \
    /Library/LaunchDaemons/org.macports.* \
    /Library/Receipts/DarwinPorts*.pkg \
    /Library/Receipts/MacPorts*.pkg \
    /Library/StartupItems/DarwinPortsStartup \
    /Library/Tcl/darwinports1.0 \
    /Library/Tcl/macports1.0 \
    ~/.macports


Homebrew をセットアップする

$ ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"



参考

MacPortsからhomebrewに移行した
http://d.hatena.ne.jp/Johan511/20110708/1310054152

MacPorts から Homebrew に移行する
http://d.hatena.ne.jp/shogo0809/20110711/1310362071


macports.org chap2.5. Uninstall
http://guide.macports.org/chunked/installing.macports.uninstalling.html

2012年1月1日日曜日

Wordpressで自動アップグレードする



wp-config.phpに以下一行追記


define('FS_METHOD', 'direct');

wordpressのディレクトリ全体をapacheがアクセスできるようにパーミッションの変更

sudo chown -R www-data:www-data wordpress

準備が終わったらアップグレード開始

参考

WordpressでFTP接続情報を求められたときのメモ
http://d.hatena.ne.jp/rubellum/20110124/1295884096

pear-os-linux-panther-v3.0


面白そうなので入れてみた。



中身はUbuntu 11.10 Oneiric Ocelotベース。
ブラウザにはFiirefoxとOpera、メーラーにSylpheed。

本家
Pear OS Linux Panther v3.0
http://pear-os-linux.fr/

isoファイル ダウンロード先
Download pear-os-linux-panther-v3.0.iso
http://sourceforge.net/projects/pearoslinux/files/Pear%20OS%20Linux%20Panther%20v3.0/