Convert a .bin file to avi or mpg

blackers Posted messages 5 Status Member -  
[Dal] Posted messages 6122 Registration date   Status Contributor 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 answers

  1. 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