Why am I unable to read my AVI file in MATLAB on a Mac Pro ?

16 次查看(过去 30 天)
I am trying to read avi video file but an error accure said :"Error using vision.VideoFileReader
Invalid input file."
even I tested for avi built in video in matlab.
  2 个评论
Anfal D
Anfal D 2022-9-29
yes it solved by using
videoObject = VideoReader('video_1_trim.mp4');
so for AVi video it will be readit only if i create the video by videoWriter ( aaa.avi)
I hope thats help you

请先登录,再进行评论。

采纳的回答

Sai Bhargav Avula
Sai Bhargav Avula 2020-3-27
Hi,
To the best of my knowledge MATLAB relies on Platform APIs to read a file using VideoFileReader. If Quick Time can't open the file on your macOS, you will not be able to read it using VideoFileReader.
Hope this helps!

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by