Salı, Mart 20, 2007

audio-convert

adli kucuk uygulama da wma dan mp3 e cevirebiliyor.

adresi: https://savannah.nongnu.org/projects/audio-convert/





powered by performancing firefox

Wma dan mp3 yapma






Heres how to convert these files easily.





REQUIREMENTS:


mplayer


lame





1. create a text file called wmamp3 in your ~/





2. Open the file in your favorite editor and enter the following






Code:

#!/bin/bash



current_directory=$( pwd )



#remove spaces

for i in *.wma; do mv "$i" `echo $i | tr ' ' '_'`; done



#remove uppercase

for i in *.[Ww][Mm][Aa]; do mv "$i" `echo $i | tr '[A-Z]' '[a-z]'`; done



#Rip with Mplayer / encode with LAME

for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader $i lame -m s audiodump.wav -o $i; done



#convert file names

for i in *.wma; do mv "$i" "`basename "$i" .wma`.mp3"; done



rm audiodump.wav





3. Save the file





4. In a console, give the command



Code:

chmod +x ~/wmamp3





5. as root, copy the file to your exec path (/usr/bin or /bin)





6. Now you can change to the directory containing your WMA files and give the command

Code:

wmamp3








It usually takes approx 30 seconds to convert a 4 min long file.



Alinti: http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/Convert_WMA_to_MP3






powered by performancing firefox

Perşembe, Şubat 22, 2007

Gmailden tasarruf mesajlari

Gmailin trash kismina girdigimde ustte yazan bir yazi gordum.
"Newspapers can be reused as wrapping paper for gifts."
Bu yazi bana ulkemde (ve kendimin) gazete kagitlarini daha
hangi baska amaclar icin kullandigimi hatirlatti. Evet, yurdumun
insani gazete kagitlarini daha bir suru baska amac icin kullaniyor sevgili
Gmail.
Daha sonraki girislerimde baska yazilarin da ciktigini gordum.
Ornek: "Empty tissue boxes can provide easy and handy storage for plastic grocery bags."

Perşembe, Ocak 11, 2007

Google

www. google.com da arayp da bulamayacaginiz hic bir sey yok.
Lutffen soru sormadan once oraya bakin.