Category: Uncategorized

Why Can’t the Users Just Rotate Their Screen?

We have a Kodak Zi6 video camera that we have been using to take home videos.  Today, we taped Clay taking some of his first steps, but we did it in portrait instead of landscape.  So, then, the next question is how can we rotate the video, so we don’t have to tell everyone to rotate their screen.

I found this post that suggested using Avidemux.  So, here is what I did:

First, simply open your video with the File > Open command or the Open button on the toolbar.  Next, you need to set the output formats that you want.  I found this post that suggested using MPEG-4 AVC (x264), AAC (Faac), and MP4.  Choosing the right format was rather difficult for me.  Here is what it looks like once you have made the choices:

Next, you need to use a Filter to rotate the video.   So, click the video filters button.

Next, double click on the Rotate filter in the list:

Now, choose your rotation angle:

The Rotate filter should move over to the Active Filters column and should show the rotation angle that you chose:

Now, you simply save your video using the File > Save command or the toolbar.  This will take a few minutes for your computer to process the video and write the file.  I chose an .mp4 extension.

Here is it processing the video:

So, that is it.  Please comment if you have suggestions.  I am still working out the best format to use for sharing with friends and family.  So, if you find something that is better, please let me know.

Resources

WordPress Tip: Adding All Posts to a Tag

In moving my blog across from WordPress.com, I decided I wanted to review all of the posts that I imported. To track which ones I had done and which ones I had not, I created a tag to apply to all of the posts. Then, the challenge was to apply that tag to all of the posts. I couldn’t find anything on the front end, so I decided to try the database.

Here are my explorations in applying that tag:

Read More

What’s Using My CPU and RAM?

My computer has been running slowly periodically, and so, that leads me to ask the question: what is the problem?  Here’s my tool of choice:

Gnome-System-Monitor

You can launch it either from the terminal or with Alt+F2 and typing “gnome-system-monitor”.  You can sort the processes by clicking on the column title.  I find it helpful to sort by the CPU and the Memory.

Resources

Adding Subscribe Button to WordPress

I have one problem with the Garland Theme that I chose for this website is that it doesn’t have a link the RSS feed for readers to subscribe.  No worries: the AddToAny plugin comes to the rescue.  Then, you can add a subscribe button as a widget.

Now, I have the subscribe button on the right side:

When you mouse over it, it opens up with the subscribe options:

Additional Resources:

Great Link: GMail Security

Email security is always very important.  The Google Operating System blog posted a great security checklist for GMail.  As suggested in the post, you can head on over to Google’s security list first, then wrap up with checking the final list of items in the post.

So, check out:

Google Operating System: Gmail’s Security Checklist

After all, you can’t have too much security consciousness out there.

2010 in review

The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health:

Healthy blog!

The Blog-Health-o-Meter™ reads Wow.

Crunchy numbers

Featured image

A helper monkey made this abstract painting, inspired by your stats.

About 3 million people visit the Taj Mahal every year. This blog was viewed about 30,000 times in 2010. If it were the Taj Mahal, it would take about 4 days for that many people to see it.

 

In 2010, there were 70 new posts, growing the total archive of this blog to 207 posts.

The busiest day of the year was October 21st with 166 views. The most popular post that day was Webex in Ubuntu 8.10.

Where did they come from?

The top referring sites in 2010 were code.google.com, android-developers.blogspot.com, ubuntuforums.org, google.com, and funwithlinux.wordpress.com.

Some visitors came searching, mostly for webex linux, webex ubuntu, linux ports in use, iso to usb linux, and ubuntu webex.

Attractions in 2010

These are the posts and pages that got the most views in 2010.

1

Webex in Ubuntu 8.10 February 2009
12 comments

2

Bootable ISO to USB Drive November 2008
2 comments

3

Linux Alternatives for OneNote October 2008
1 comment

4

WebDav and fstab September 2008
2 comments

5

Webex in Linux August 2008
1 comment

Sound Server Idea

Yesterday, I ran across a product called a GuruPlug while reading the comments for this article.  I hadn’t heard of anything like this before, but it sounded like something our church could use.

Here is the thought:  Our church has been having issues with the sound equipment going out.  I wondered about using PulseAudio servers and clients to create a network of speakers throughout the auditorium.  Using GuruPlugs would provide a cheap computer to hook speakers into.

The GuruPlug appears to run a version of Debian Linux.  PulseAudio should run on that with no problems.  From what I can tell, it looks like it runs about $100.  Then, we would need a USB soundcard, maybe like this one.  One of the comments mentioned someone getting it to work on Ubuntu 9.10 with no problems.  Right now it is on sale for $17.  Then, all we need is a pair of speakers, maybe like these for $5.  This brings the whole client system to about $125, which isn’t too bad.

I found another person who looked like he was running PulseAudio on the GuruPlug: Linux Plug Computers as Music Servers.  Does anyone else have any thoughts?  Have you tried anything like this?  Do you know of other devices that are similar?

Google Code and Mylyn

Since I am using Eclipse with my Google Code projects(Project Shaphan & Project Sarah), I did some research to see if I could connect Mylyn and found this project: GoogleCode Mylyn Connector.

To install it, I had to add this URL to the install sites:

http://knittig.de/googlecode-mylyn-connector/update/

Then, it installs through the Eclipse installation tool.

Next, I added a repository with the “New Task” menu on the right side of the Tasks view.  This walks through the wizard.

  • Step 1: Select repository type: Google Code
  • Step 2: Repository Settings
    • Project URL: http://code.google.com/p/project-shaphan/
    • Label: Project Shaphan (I believe this is the label you will see on the category)
    • Unchecked “Anonymous” (since I am the owner of the project)
    • entered user name and password
    • clicked “Validate Settings”
    • Clicked Finish
  • Yes to create a new query
  • Use a predefined query — All open issues

For some reason, I get the following error: “could not execute query”.  Then, I found this Issue.  The solution is to use the regular Google Account user name and password that you would use to login to GMail as opposed to one you would use to connect via SVN.