Info

This question is closed. Reopen it to edit or answer.

How to import .h264 bitstream File in MATLAB

1 view (last 30 days)
Haruki Yamaguchi
Haruki Yamaguchi on 8 Mar 2018
Closed: Haruki Yamaguchi on 5 Jun 2018
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

Answers (1)

Etsuo Maeda
Etsuo Maeda on 12 Mar 2018
VideoReader is just for files, not for video streaming.
If you use Windows 7 OS or later, you can import H.264 file format mp4 or m4v with VideoReader command.
try
>> doc read-video-files

Community Treasure Hunt

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

Start Hunting!