Thursday, March 29, 2007

converting 3gp movies to flv in Ubuntu 6.06 (dapper)

in first part i used an debian unstable server now i will show the steps used
converting 3gp movies to flv in ubuntu dapper (compiling required software)

sudo su

apt-get install libgsm1-dev toolame  libgsm1-dev libvorbis-dev  libogg-dev
apt-get install libfaad2-dev
apt-get install subversion
apt-get install  libgsm1-dev libgsmme-dev
apt-get install unzip
apt-get install liba52-0.7.4-dev

wget http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.bz2
tar -jxf xvidcore-1.1.2.tar.bz2
wget http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
tar -zxvf lame-3.97.tar.gz
cd lame-3.97
./configure --prefix=/usr;make;make install
cd ..
cd xvidcore-1.1.2/build/generic/
./configure --prefix=/usr;make;make install
cd ../../../

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/libavcodec/
mkdir amrwb_float
cd amrwb_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip
unzip 26204-510.zip
unzip 26204-510_ANSI-C_source_code.zip
cd ..
mkdir amr_float
cd amr_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip
unzip 26104-510.zip
unzip 26104-510_ANSI_C_source_code.zip
cd ../../
./configure --prefix=/opt/ffmpeg --enable-amr_nb --enable-amr_wb --enable-libogg --enable-libvorbis --enable-libgsm --enable-xvid --enable-liba52 --enable-libmp3lame --enable-gpl
make ; make install
cd ..
wget http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
wget http://www2.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
tar -jxvf essential-20061022.tar.bz2
mkdir /usr/lib/codecs/
cd essential-20061022
mv * /usr/lib/codecs/
cd ..
cd MPlayer-1.0rc1/
./configure --prefix=/opt/mplayer
make; make install

Mariuz's Blog: converting 3gp movies to flv

technorati tags:, , , , , ,

Blogged with Flock

Tuesday, March 27, 2007

Robber Fly - head


Robber Fly - head
Originally uploaded by virilath.
this is bug of the day

Wednesday, March 21, 2007

microsoft patented crap

We have identified that messages from your IP (127.0.0.1) are being filtered based on the recommendations of the SmartScreen filter.  SmartScreen is the spam filtering technology developed and operated by Microsoft.  SmartScreen is built around the technology of machine learning.  SmartScreen’s filters are trained to recognize what is spam and what isn’t spam.  In short, we filter incoming emails that look like spam.  I am not able to go into any specific details about what these filters specifically entail, as this would render them useless.

[Yah right security by obscurity ]

However, we also base our spam rating on the reputation of the sender.  One way to positively impact the r! eputation of your IP is to obtain SPF/Sender ID records.  This technology allows SmartScreen to better track emails from your IP, weeding out spoofed messages.  You can find additional information on creating SPF records at http://www.microsoft.com/senderid

technorati tags:, , , , ,

Blogged with Flock

Monday, March 19, 2007

failed to open DRM: Operation not permitted (on fglrx and ubuntu feisty)

[After installing fglrx with apt-get install apt-get install xorg-driver-fglrx and replacing nvidia with fglrx in driver section i still had no 3d enabled and my user wasn't allowed to access /dev/dri . So i did an little search on google and got this ]
Then you are trying to run as a user that doesn't have permission to use the DRI (root is the default allowed user). To let all users access the DRI, add the following section to your xorg.conf:
Section "DRI"
    Mode 0666
EndSection

DRI Wiki - DriTroubleshooting

technorati tags:, , , , , ,

Blogged with Flock

Wednesday, March 14, 2007

amberskin band (old spazz) got new track

UNDER SIEGE track uploaded!

www.myspace.com/amberskinmusic

technorati tags:, , , , , ,

Blogged with Flock

installing some shooters on feisty-fawn

seems that openarena is now included in ubuntu repositories

sudo apt-get install nexuiz openarena tremulous prboom


technorati tags:, , , , , , ,

Blogged with Flock