Tag: MPEG
Frame by Frame Diving
by Samet Kilictas on Jun.17, 2008, under General
This picture is taken by Tom.Lechner’s photostream from flickr. I think this is an amazing picture. Go ahead an check the link to see big version
TDFSB 3D File Browser
by Samet Kilictas on Jun.15, 2008, under General, Linux, Research
Here is a new nice project i’ve just heard about TDFSB…. Which reads directory information and displays it as a 3D world. cd’ing into another directory is possible by simply walking into the assigned sphere. It also reads images and text files and displays their contents. It plays MP3 files and MPEG-1 videos as 3D objects.
Shortly, it is a 3D world inside your pc. This is really nice and interesting tool for your boring pc. Just imagine.. you can fly between your files.. your documents.. even your pictures..
This project came to me with really nice ideas. I am glad to talk about TDFSB because it has been coded 6 years ago. A developer [Leander Seige - i hope this is true] coded this tools with simple code in first time. But now just take a look at it. He and some other developers are came with new ideas.
I have run this tool with my system which is Ubuntu Hardy 8.04 and of course to run TDFSB nicely, you gonna need a hardware accelerated 3d graphic card. While walking arround your documents you can also listen mp3s or you can watch some of your video files.
Ubuntuda .mov dan .mpeg,.mpeg2,.avi’ a çeviri
by Samet Kilictas on Apr.12, 2008, under Research
Geçenlerde elimdeki .MOV uzantılı video yu Youtube atmaya kalkışınca avi ye cevirmeliyim dedim çünkü MOV ile AVI arasında mükemmel bir boyut farkı var. Ben bunun için MEncoder i kullandım. Tabiki bunu kullanabilmek için sisteminize öncelikle “mencoder” paketini kurmamız gerekiyor.Bunun için;
$sudo apt-get install mencoder
komutunu terminale yazıp işlemi tamamlıyoruz. Bu arada şunu hatırlatayım mencoder uygulaması terminalden kullanılır. Bir GUI ye sahip değil.
Şimdi kısaca mencoder in nasıl kullanıldığından basedicem.
MPEG formatı için;
mencoder input.avi -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video \ -oac copy other_options -o output.mpg
Kod dizisi işimizi görecektir. Burada yapılan işlem varsayılan olarak kabul edilen MPEG-1 formatı yapılır.
mencoder input.mpg -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \ -vf scale=640:480 -o output.avi
yukarıdaki kod dizisi ilede elimizdeki video dosyasını yeniden boyutlandırma şansı elde ediyoruz. AVI ye çeviri yapmak için ise
~/Desktop$ mencoder -ovc lavc -oac pcm -o output.avi /home/samet/Desktop/IMGP0262.MOV
şekilnde bir kullanım yapabiliriz.
Mencoder ile ilgili daha fazla bilgiyi buradan alabilirsiziniz.
Kolay Gelsin…



Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the 