Posts Tagged ‘ubuntu’
Ubuntu: Crackling audio noises on a Dell M1530 (or HDA cards)
The problem I found (so did everyone else) when updating to Ubuntu 9.10 Karmic was static/popping noises when your sound card is silent (aka goes into power-save mode). It applies to my Dell XPS M1530 laptop’s on-board sound and probably to the same chipset elsewhere. (more…)
David tries Plone 4.0a2 (Part 2)
Rightio! So we’ve got Plone 4.0a2 installed and up and running. Boy, she looks sweet:
Ubuntu 9.10 install hiccough
Yay, the new version of Ubuntu is out. With it comes plenty of cool new features (how awesome does the start up and login screen look now?) and also plenty of opportunities for things to break when I’ve become so accustomed to having them working. At least it’s not Windows though — I think I may just gnaw my own limbs off before I have to get forced to upgrade to Windows 7 for gaming reasons. (more…)
ffmpeg and FLV on Ubuntu
Wow, ffmpeg is really great for converting multimedia. Unfortunately, the support for MP3 audio doesn’t appear available by default. Sure, it can decode MP3 audio and write to an MP3 container, but what about having an actual MP3 codec available?
sudo apt-get purge ffmpeg
sudo apt-get install libavcodec-unstripped-52 libavdevice-unstripped-52 libavformat-unstripped-52 libavutil-unstripped-49 libpostproc-unstripped-51 libswscale-unstripped-0 ffmpeg
As a little bonus, there’s a number of other codecs that come along with it too (xvid etc). I’m not too fussed on them but now I can use `-acodec libmp3lame` as my audio codec and have the FLV outputted with MP3 audio. There’s a problem with either the default FLV encoder or VLC not being able to playback the audio with default settings, but this seems to work.
That said, it remains to be seen if this’ll cause any problems with FLV playback, but the players I’ve used so far (web-based) seem happy enough.
The biggest problems have the simplest answers…
..and how true that is. Today’s time consumer is directly related to just 1 misplaced line of a buildout configuration (and presumably something that’s changed somewhere else).
The result
After much hunting and hunting, it turns out my Zope2 Fake Eggs weren’t being generated. (more…)
