Thursday, 4 February 2010

Intrepid/Jaunty: K3B fails to rip to MP3

My K3B worked fine until I upgraded to Jaunty (Ubuntu 9.04) and then I got: "Command failed: lame -h *snip*", "Error while encoding track 1".

Trawling the web I ended up at https://bugs.launchpad.net/ubuntu/+source/kdemultimedia/+bug/267399 and thanks to Ilja Pavkovic and Julos I got it going again.

To help clarify:
1. create dir ~/bin
Code:   
mkdir ~/bin

2. create a script ~/bin/lame.sh with
Code:   
#!/bin/sh
usr/bin/lame --big-endian -x "$@"

chmod +x ~/bin/lame

3. Then in K3B, Settings->Configure K3b...->Plugins, under AudioEncoder, Configure the "K3b External Audio Encode" entry. Click on Mp3 (Lame) and click on the Edit button. Tick the two bottom options for "Swap Byte Order" and "Write Wave Header".

Then enjoy using K3B again!

Saturday, 30 January 2010

TIP: Viewing Olympus Raw Format picture (.orf)

I have an Olympus e-500 and haven't decided if I prefer RAW over TIFF yet but just wanted to say that you can view Olympus Raw Format picture (.orf) if you have dcraw package installed.

Install it via Synaptic Package Manager.

GIMP - Install the gimp-dcraw plugin via Synaptic Package Manager allows you to edit the image in GIMP.

RAW gives the same quality as TIFF but, in a smaller file size. The lack of viewers and editor for RAW needs considering.

Friday, 22 January 2010

GNU *nix utilities for Win32

I was pointed to this site of ported *nix utilities to Win32.

Includes the wget utility that I mentioned in my last post. I know I'm cross posting in my own forum but I always want to show off all tghe good *nix stuff that is finding its way to those M$ OSes.

http://unxutils.sourceforge.net/

Quote:   
The following program versions are covered:

bc-1.05
bison-1.28
bzip2-1.0.2
diffutils-2.7
fileutils-3.16
findutils-4.1
flex-2.5.4
gawk-3.1.0
grep-2.4.2
gsar110
gzip-1.2.4
indent-2.2.9
jwhois-2.4.1
less-340
m4-1.4
make-3.78.1
patch-2.5
recode-3.6
rman-3.0.7
sed-3.02
shellutils-1.9.4
tar-1.12
textutils-2.1
unrar-3.00
wget-1.8.2
which-2.4
   

Saturday, 9 January 2010