Monthly Archives: December 2010

Check The Status of Ubuntu One Synchronization

Ubuntu One is a file synchronization service that allows you to share files among multiple computers. You place files into your Ubuntu One folder and they get synch’d with your account on the web. Files can also be shared with other Ubuntu One users as well and if you publish them they can be shared with anyone on the internet. It’s similar to other synchronization/sharing services like DropboxContinue reading

Converting Audio to MP3 with GStreamer

My last post was about converting audio files in Linux with GStreamer. In that post I showed how to convert FLAC files to Ogg Vorbis files and retain the audio tags. You may however, have an audio player that does not support playing Ogg Vorbis audio files and you want to convert your files to MP3 instead. Continue reading

Converting Audio Files with GStreamer

I’ve written before about ripping audio CD’s from the command line (part 1, part 2, part 3, part 4). Certainly, if you’re just ripping a new CD, then just convert the audio to your chosen format at that time. But maybe you’ve been archiving your music in FLAC format or you purchased some high bit-rate MP3‘s for download and now you want them in a different format or bit-rate for your music player.  Continue reading