Ubuntu

Tinkering with AVCHD

After months of staring wistfully from outside camera stores, I finally went ahead and bought the Canon Vixia HF10 (uhuh, High Def).  Shooting has been a somewhat humbling experience but I’ll get there. Sooner or later.

Moving files around has been a tad tricky so I thought I’d document (sort of) what I did.

Linux:

If the device doesn’t mount, try ‘dmesg

# mkdir /camera
#mount /dev/sdb1 /camera
#cd /camera

MPlayer supports AVCHD (.mts) files, but you’ll need to compile MPlayer (http://www.mplayerhq.hu/design7/dload.html) from source.

Windows:

Couldn’t  install the proprietary software that comes with the camera because my netbook doesn’t support the minimumm resolution. So I had to convert the .mts files to .avi.

First, install the AVISynth base and then this (mts_2_xvid.rar) . Unpack the .rar file and copy the .mts files from the camera into the folder and run the batch file _multi_demux_mts_Xvid.bat. That nifty little piece of code compresses the video to .avi and saves it in the same folder.

Trust me, it’s way simpler than it sounds.

Tags: , , , , , , ,

Ubuntu Sound and Login Screen Resolution Fixes

Configuring Hardy Heron has been a bitch; finally got around to fixing two nagging issues.

1. Sound: Ubuntu 8.04 has been infamous for having serious issues with sound. The fairly easy thing to do would be to build the ALSA modules all over again using the module-assistant package.

sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa

Reboot.

This seemed to have resolved most of my sound problems.

2. Login Screen resolution: I’ve had this problem with all distributions thus far; the text size on the login screen is so large that it’s, well, invisible. Go figure. The fix:

sudo gedit /etc/gdm/gdm.conf

(Find)

[server-Standard]
name=Standard server
command=/usr/bin/X -br -audit 0

(Change to)

[server-Standard]
name=Standard server
command=/usr/bin/X -br -audit 0 -dpi 96

Reboot.

In related news, beating Nina Williams on the Sergie Dragunov story arc is turning out to be much harder than anticipated.

(It’s 3 am. Obvious?)

Tags: , , , , , ,