February 2011

How fix Mp3 files with wrong time?

Submitted by Renan on Mon, 21/02/2011 - 02:44

Who never downloaded a "bugged" Mp3 raise the hand! Some of them came with a very annoying bug: the time of the music displayed isn't the real one. Some musics have a little more than 5 min but the time indicated by the player is around 2 min or even 3 seconds! After a brief analysis I've found that in these cases the header and the bitrate of the file are not mutually correspondents.

Then I runned after some app that could fix these broken Mp3 and finally get into VBRFix. In its site you can get the version with a QT GUI. There is an available version in the Debian repositories too, but this one doesn't have a graphical interface.

In this post I will explain who to use only the text mode version, which in the Debian based distributions (Ubuntu, Mint, Aptosid, etc) can be installed by doing:

$ sudo apt-get install vbrfix

After installed, you can fix the Mp3 files by doing:

$ vbrfix -always file.mp3 file_backup.mp3

The -always tag means it will always (derp) fix the file, doesn't matter if it is CBR(Constant Bit Rate) or VBR (Variable Bit Rate). Next come the file name that will be fixed and, after, the backup file name which will be a copy the non-fixed file. After processing, a new fixed file will be available for use! Enjoy!

Computer History

Submitted by Renan on Sat, 05/02/2011 - 03:23

Many people believe that the word "computer" has been created recently to name machines which are nowadays extremely important in nearly all human activities like heath, banking and the small gadgets like smartphones.

However, it has a long history. The first use of the word "computer" was recorded in 1613. In that time it was used to refer a person who carried out calculations (or computations) and the word continued with the same meaning until the middle of the 20th century.

"If debugging is the process of removing bugs, then programming must be the process of putting them in." Drupal theme by Kiwi Themes.