Yet another status update

I think I am done fighting with the design of the site. Currently everything seems to look just fine in Firefox, Konqueror, and Opera. The site also validates without any errors against w3c HTML and CSS validators, meaning that if you are using a standard-compliant browser, than the site should behave. Otherwise – you’re on your own. Microsoft Internet Explorer is not a standard-compliant browser, but it mostly works too. It just shows a couple of glitches here and there and I am not goingto fix them until Microsoft will fix their browser. Yes, I know, that will not happen in any near future. But enough about it.

I have also installed and activated another plugin to make finding things easier – Terong Related Links. Withthis plugin I can clearly link to related articles at the end of each post. The related articles links will only be referencing posts in this blog and not any outside resources. At least for the mean time.

If you see any misbehavior or some missing functionality, please let me know and I will fix it. Don’t take that as a promise though.

Making thumbnails for movies with ffmpeg

I am slowly publishing our movie clips to my gallery. Gallery software has an excellent ffmpeg plugin that automatically creates thumbnails for movies so that it is very easy to see what is what. The only shortcoming it has is that it is not possible pick the frame from the clip for the thumbnail. It always takes the first one. Or maybe I just haven’t found out how to work aorund it.

Anyway, the good thing is that Gallery also allows to use custom thumbnails for albums and files. This comes very handy when the clip that you’ve posted starts with a second or two of black screne. Or some other non-sense. All you have to do than is running the following command:

[me@here dir]$ ffmpeg -y -i someclip.avi  \
[me@here dir]> -f singlejpeg -ss 10 -vframes 1 \
[me@here dir]> -s 150x100 -an thumb.jpg

Obviously you’d want to change a few things here. someclip.avi should be the name of you movie clip file that ffmpeg will be processing. thumb.jpg is the name of the file to save the thumbnail in. 10 nearby the -ss option tells ffmpeg how many seconds from the start of the clip you want to skip. If you want to skip a few minutes or hours, or specify a split second, then check ffmpeg manual for the syntax. And the last option that should be interesting for you is the -s which in my example has the value of 150×100 – the size of the image in pixels (X,Y).

Cinderella Man

Cinderella Man (2005)I rented “Cinderella Man” because it was on of the few new movies available on DVD that had a high rating and a known star in it – Russell Crowe.

Directed by: Ron Howard
Genres: Biography, Drama, Sport
Cast: Russell Crowe, Renée Zellweger, Paul Giamatti, Craig Bierko, Paddy Considine, Bruce McGill, David Huband, Connor Price, Ariel Waller, Patrick Louis, Rosemarie DeWitt, Linda Kash, Nicholas Campbell, Gene Pyrz, Chuck Shamata
IMDB raintg: 8.0
My rating: 8.5 [rate 8.5]

Continue reading Cinderella Man

The sweet del.icio.us inbox

This time I am one of the last people to discover the new feature – Delicious inbox. And I will write about here anyway, because new people are born every day and eventually they will grow up old enough to need to know about it. And when they do, there is a chance that they will read about it here and not on every other page on the web.

So, Delicious inbox is a sweet feature that allows you, as a user, to subscribe to bookmarks made by certain other users, or marked by certain tags, or both. From now on, you don’t have to subscribe one billion RSS feeds to find out what’s hot in “photography”, or “parenting”, or what your wife has been bookmarking, or what your sysadmin has learned about Linux. You can get all these in one nice RSS feed from your Delicious inbox.

It’s easy to ignore the rest.