Archive for the ‘ Ubuntu ’ Category

Convert High-Def MKV to play on xbox 360 using Linux

There are a million different tutorials out there on how to convert a MKV file into a format that an xbox360 will play. You may have found, like i did, that most of them use 50 different questionable pieces of software to manipulate individual tracks and separate the mkv, etc, etc… I think those are ridiculous.

Please read the FAQ regarding xbox360 file format compatibility.  It may help you pick better options for your particular files than the general ones i offer below.

The solution is simple: Use Avidemux.

  1. Install avidemux. To install it is simple. It’s in the Ubuntu repositories and I imagine you can also find it in other distros quite easily.
  2. Open avidemux and open the mkv you want to convert. If prompted some garbage about 264 and safemode, just use safe mode and dont worry about it.
  3. Select File -> Properties. This will tell you some info on the formats in use in your video file. Take this opportunity to identify what the xbox doesn’t like. When you are finished, click OK. If you want a second opinion, open up the folder with your mkv in it. Right click -> properties -> Audio/Video tab. This will also tell you the video and audio formats.
  4. We obviously know that it wont play a video in a MKV container, so first thing to do is change the “Format” dropdown to say “MP4″ (you can, of course use AVI, but the majority of files I run into are h.264 and aac audio. For this combo, you want mp4…)
  5. From the Properties menu, recall the video codec. H264 files show as “AVC1″ inside of avidemux. I’m sure theres a technical reason for this, but do you want to talk about it or watch your video?
    Most of the time, you can leave the video droptown in avidemux on “Copy” this is nice because it means that your processor wont be re-encoding the video. This saves you quality and time.
  6. From the properties menu, recall the audio codec. If you have a video with AAC stereo audio, leave the dropdown on “copy”.
    This is where most of my files need some love. Many MKV’s have 5.1 surround audio tracks. This is great, but not for an xbox360. To mix the audio down to stereo, select AAC on the audio dropdown, then click “filters”. In the mixer dropdown, select “stereo”.
  7. Click “save”. Avidemux will prompt you for a filename for the converted file. It does not default a file extension, so do yourself and your xbox a favor and add one yourself like “<videoname>.mp4″.

Once avidemux is finished with your file, it’s ready to go.

http://avidemux.sourceforge.net/

Vmware – Unable to change virtual machine power state: Internal error.

Ran into this while running Vmware Workstation under Ubuntu Jaunty. I got an error while shutting down the machine through an NX session.

This is a result of a zombie ‘vmware-vmx’ process running. All you need to do is kill the process. This command sends ‘signal 9′ to the process. When sent to a program, SIGKILL causes it to terminate immediately. In contrast to SIGTERM and SIGINT, this signal cannot be caught or ignored. For more information: more sigkill info.

killall -s9 vmware-vmx

After that, I was able to start up the virtual machine without issue.

In Ubuntu Jaunty, shift, ctrl,alt, and caps lock buttons stop working

This appears to be related to vmware, to correct: open up the terminal, and type:
setxkbmap. Thats it.

Pidgin OSD pop ups in Ubuntu Jaunty

You can remove or configure the Pidgin pop up’s that you see from pidgin. Buddies logging on/off, and in my case, new messages. I didn’t want every new message i receive to be blasted up on the desktop OSD. To control what you see there, Pull up your Pidgin window (buddy window, not your conversation box), then: Tools -> Plugins -> Libnotify Popups. When you have selected the libnotify pop-ups, click on “configure plug-in”. That will give you some check boxes to customize the behaviour

Installing Skype on eee 1000 running Ubuntu 9.04 Jaunty

I have an eee 1000 netbook running Ubuntu Jaunty netbook remix. Installing and configuring Skype was pretty simple:

Add the Medibuntu repository:

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update
sudo apt-get install medibuntu-keyring
sudo apt-get update

Install skype:

sudo aptitude install skype

Video worked out of the box. To configure sound, got to Options -> Sound Devices. Set:
Sound In: HDA Intel (hw:Intel,0)
Sound Out: Pulse
Ringing: Pulse

 

Switch to our mobile site