Invalid memory access of location 00000000 eip=22aab5a3
Pazar, Ekim 25, 2009
Mac OS X Leopard – Invalid memory access of location 00000000 eip=22aab5a3
Cuma, Ekim 23, 2009
mencoder, ffmpeg ile videoya altyazı ve watermark ekleme
mencoder -of avi \
-ovc xvid -xvidencopts bitrate=1140 \
-oac copy \
-sub input.srt -subcp utf8 \
-o output.avi input.avi
ffmpeg -i output.avi -y -f avi \
-vcodec mpeg4 -b 350k \
-acodec libmp3lame -ab 64k -ar 44100 \
-aspect 4:3 -s 320x240 -r 25 \
-vhook '/usr/local/lib/vhook/watermark.dylib -f logo1.png' \
output2.avi
Pazartesi, Ekim 12, 2009
Mac OS X 10.6 fink project ve GIT Kurulumu
Bu bölüm gerekli diğer paketleri kurmak için
Öncelikle finkproject.org sitesinden ilgili dosyayı indiriyoruz.
Tabi daha önceden kurulum cd sinde XCode yi kurmak lazım
en son 10.5 olduğu için manuel kurmamız gerekecek
http://downloads.sourceforge.net/fink/fink-0.29.10.tar.gz
tar -xvzf fink-0.29.10.tar.gz
cd fink-0.29.10
./bootstrap
pathsetup.sh
komutlarını sırayla uyguluyoruz
hemen güncellemeleri yapalım
fink selfupdate
fink kurulumu tamamdır asıl konumuza dönebiliriz.
kurduğumuz fink yardımıyla gerekli paketleri kuralım sırayla
fink install gnupg
fink install gettext
bu paketleri kurduktan sonra http://kernel.org/pub/software/scm/git/git-1.5.5.tar.bz2 adresinden git i indiriyoruz
wget -c http://kernel.org/pub/software/scm/git/git-1.5.5.tar.bz2
daha sonra kuruluma geçiyoruz
bunzip2 git-1.5.5.tar.bz2
tar -xvf git-1.5.5.tar
cd git-1.5.5
./configure
make
sudo make install
gitiniz hayırlı olsun