Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to import .h264 bitstream File in MATLAB

1 回表示 (過去 30 日間)
Haruki Yamaguchi
Haruki Yamaguchi 2018 年 3 月 8 日
閉鎖済み: Haruki Yamaguchi 2018 年 6 月 5 日
How to import .h264 file from security camera video in MATLAB. I tried to import by VideoReader but an error occurred.

回答 (1 件)

Etsuo Maeda
Etsuo Maeda 2018 年 3 月 12 日
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!