Posts Tagged ‘Linux’

Compile Separated AVI Movie in Ubuntu

Friday, August 1st, 2008

Ubuntu LogoRecently, I upload an AVI movie from RapidShare, I got confused because the filename extensions doesn’t end with .avi but .001 and .002, I renamed it into .avi but just the first file was able to be watched the second file wasn’t.

I realized that those files are DVDrip files and need to be compiled. But how?

I’ve tried to install all DVDrip programs in my Kubuntu 8.04, from dvd::rip until AcidRip, but the result was I’m getting more confused. Then I found this article, and got some clues. The article is in Bahasa Indonesia, I just rewrite it in English, here’s the instruction :

  1. Install the Mencoder packages using this command :
    $ sudo apt-get install mencoder mplayer
  2. If there are 3 files, compile the file using this command :
    $ cat A.001 B.002 C.003 > [your movie name].avi
  3. Repair the video and sound indexing using this command :
    $ mencoder -forceidx -oac copy -ovc copy [your movie name].avi -o [your final movie name].avi
  4. Enjoy your movie with your media player

I hope this post could help you


Anton Hermansyah

Logo of Anton Hermansyah

Universitas Indonesia

KDE 4, Ready or Not Ready?

Saturday, July 19th, 2008

KDE 4 LogoBefore we go to the topic, I just want to say that this post doesn’t suggest you to be ready to use KDE 4, but in contrary I just want to review and give my opinion about the brand new KDE 4.

If you are the Linux user, before you log in you can choose the type of sessions (except if you are Ubuntu users), there are Gnome, KDE and XFCE. Every users has their own preferences, I don’t know about Indonesia, but as long as I know that American users prefer more to Gnome and European users prefer more to KDE since Gnome is from US and KDE is from Germany.

I used to be preferred more to Gnome because of it’s more customizable, but since KDE 4 launched and released officially, it has attracted me with the widgets and it’s Vista-like layout. So I could show it to my friends and prove that Linux is cool!
View of My KDE 4 Desktop

I’m running Kubuntu 8.04 (not an official version but a community development version with KDE 4 inside) at my laptop and OpenSuse 11 at my desktop. Then I found several problems in using KDE 4 :
(more…)

Between OpenSuse, Fedora and Ubuntu

Monday, July 14th, 2008

They are the big three distros in the Linux World

Open Suse LogoOpenSuse
OpenSuse is a powerful distro, originally it came from Germany, but later the company bought by Novell which is an US company. It’s a very stable but conservative distro, they would not include the program if that’s not stable yet, For Example they still put RealPlayertm 10 rather than RealPlayertm 11 (and it almost one year after the 11th released).

  • Strength
  • It’s very strong and stable distro, rarely crashed (unless you try to install something which not compatible). The YAST control panel is an easy and user friendly configuration tool
  • Weakness
  • Yet it’s stable but it’s out of date (or yet it’s out of date but it’s stable, i’m confused), you can’t enjoy the latest version of the program as soon as another distro, and it’s rather difficult to hack this distro, because the alternative package is difficult to find.

Fedora LogoFedora
A free operating system from the famous distro : RedHat. Fedora offers You an easy to customize system. A lot of RPM available everywhere, and it’s easy to install (like .exe programs).

(more…)