LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   playing bin file (https://www.linuxquestions.org/questions/linux-newbie-8/playing-bin-file-630472/)

JUbuntu 03-25-2008 08:06 AM

playing bin file
 
hi,
i downloaded a video file and its .bin format how can i play it.

Linux Archive

Jay_Drummond 03-25-2008 08:31 AM

I wouldn't mess with it. .bin is typically something that you would run. But you shouldn't have to do that to play a video file, so maybe they are trying to plant a virus on you.

simplicissimus 03-25-2008 09:23 AM

mplayer
 
You might want to try mplayer or mencoder to find out what video format it really is, or convert it to some known format.

The extension '.bin' only means that it is a binary file, as such it can be anything from Microsoft Excel to an executable application - in short anything that is not explicitly ASCII text.

Regards,
SIMP

Fedora Development

Uncle_Theodore 03-25-2008 10:19 AM

Quote:

Originally Posted by simplicissimus (Post 3099861)
The extension '.bin' only means that it is a binary file, as such it can be anything from Microsoft Excel to an executable application - in short anything that is not explicitly ASCII text.

echo "Howdy" > hithere.bin
file hithere.bin
hithere.bin: ASCII text

:)

On UNIX-like systems the "extension" in general has nothing to do with file type. But you can always run the file command from a terminal to determine what kind of file it is.

konsolebox 03-26-2008 04:57 AM

perhaps that's a cd format just like ISO.. you'll need a file converter to convert it to iso, mount it, then play the contents with mplayer


All times are GMT -5. The time now is 11:10 AM.