Jun 162009
 

Gnash is a GNU Flash movie player. Flash is an animation file format pioneered by Macromedia which continues to be supported by their successor company, Adobe. Flash has been extended to include audio and video content, and programs written in ActionScript, an ECMAScript-compatible language. Gnash is based on GameSWF, and supports most SWF v7 features and some SWF v8 and v9.
Continue reading »

 Posted by at 12:07 am
Jun 042009
 

This tutorial will explainhow to convert an OGV file to FLV. You will need the ffmpeg audio and video encoder.

Install ffmpeg in debian

#apt-get install ffmpeg

To convert an OGV file to flv file use the following command

ffmpeg -i input_file.ogv output_file.flv

You can shrink the size of the output file using the following command

ffmpeg -i input_file.ogv -s 800×600 output_file.flv

This also reduces the size of the Flash video file.

 Posted by at 8:28 pm
May 292009
 

I find bash as one of the most fluid languages. Problem is when ever I come accross people that say they know bash but do not use it because they prefere perl or php. They say they use perl or php because of easy database access and how you can split strings. Today I will explain how to split a string in bash, from a stream even, so you don't have to load whole files. I will use /etc/passwd as an example so you can follow along.
Continue reading »

 Posted by at 3:27 pm
QR Code Business Card