How to open, read and display a raw file with '.bin' extension using MATLAB?

5 views (last 30 days)
I am doing a small project. In this, i have a raw vlc media file with '.bin' extension. It contains of 500 images in a single video raw file.I am unable to open this file using Matlab. please, tell me the code foramt to open the file.

Answers (1)

Walter Roberson
Walter Roberson on 29 Sep 2015
In the context of VLC, .bin / .cue files have to do with binary copies of a CDROM (or data suitable for writing to a CDROM); in particular, VLC can play at least VCD and SVCD.
Because they are a file system format in themselves, it is probably not worth trying to implement a program that can read the files: instead you should use your operating system to mount the .bin as a file system and then read the files out of the file system.

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!