Convert a .bin file to avi or mpg

blackers Posted messages 5 Status Membre -  
[Dal] Posted messages 6205 Registration date   Status Contributeur Last intervention   -
hey,

I'd like to know how to convert a bin file to avi or mpg or any other video format
thanks

3 réponses

laurent
 
Hi,

A .bin is an executable, not a video. And it runs like this in the command line:

chmod +x toto.bin
./toto.bin

Or with Konqueror or Nautilus, you right-click on it, check the executable option in its settings, and double-click to launch it.
1