sugree's blog

How to convert FLV to AVI

As of now, there are so many video upload services availabe in the wild, e.g., , , PornoTube, and many more. The secret behide all of them is flash video format and flash video player as I blogged earlier. Most of visitors who really like some videos might want to download them to play later offline on their computer. It is not easy for newbie to find the correct links to download FLV or to save FLV successfully even on simple services. That's why some guys would like to offer web sites to automate this process from given URL, for example, Javimoya, VideoDL. Javimoya also offers a Firefox Extension called VideoDownloader for retrieving URL instantly through Firefox. As a result, you will be able to download FLV and save it on your harddisk. Well, my linux box, Ubuntu Dapper, can't play FLV nicely. In particular, mplayer can play FLV but seek. I can't seek all FLV in mplayer. So I hope to fix it by converting FLV to AVI.

Fix Incorrect Filename Encoding

My friend asked me some help to fix incorrect filename encoding. By default, most operating systems automatically create filename in utf-8 encoding. That's the correct and good one. However, in some case, applications may create filename in other encoding, e.g., TIS-620 for Thai. The result is unreadable filenames. Actually, this situation often occurs when you download files and create the same name on local computer. The encoding maybe ISO-8859-1. It is possible to prevent this problem by adjusting configuration of those applications. By the way, you are about to fix this problem since it is already happened.

Create screencast with record-visual

I have blogged about recoding a screencast via VNC using vncrec-audio and record-visual. I just have a chance to try it out tonight. To install record-visual, I have to install its dependencies such as iconify, vncrec-audio, mencoder, and sls. In addition, I have to install jackd because vncrec-audio depends on this audio system.

I can't remember how long I had been waiting for an account at . It seems like everyone have it installed on their sites but not for me. Anyway, the wait is overed by today since it goes public right now. Thanks to Nick for that to acknowledge all of us, especially me. I have applied howforge.com to be tracked with module for Drupal.

AllPeers in Ubuntu Dapper #2

Today, in the morning, AllPeers has been upgraded to AllPeers Beta 0.40. I have not tested the issue of conflict to FoxyProxy yet buy I have tried to share my files and folders with my friends. The user interface is still too complicate in my opinion. It would be better to have tabular interface like eMule or something like that. Anyway, download speed is quite good even only one peer (me and my friend). However, as I mentioned above, thumbnail icon list is not efficient for large amount of shared files.

How to install BTQueue on Ubuntu Server

Since you are going to run BTQueue on Ubuntu or other Linux box, I recommend all you to use the latest version in Subversion repository. Sorry, I don't have deb package yet. If you don't have subversion, sudo apt-get install subversion to get the latest version.