Does "VideoReader" require just the Gstreamer library or does it also require associated codecs or plugins?

Does "VideoReader" require just the Gstreamer library or does it also require associated codecs or plugins? Can I also get a list of the actual components that MATLAB requires for the "Videoreader" functionality to work?

 Akzeptierte Antwort

MATLAB requires just the Gstreamer library. Gstreamer library is responsible to load the codecs that came in the original system installation. .MP4 file should work without any additional codec installation if the installation of the library is successful.
For a list of components that MATLAB requires to use "VideoReader", you can refer to the following doc page:
From the doc:
"To read a video file, any application must:
1. Recognize the container format (such as AVI).
2. Have access to the codec that can decode the video data stored in the file. Some codecs are part of standard Windows® and Macintosh system installations, and allow you to play video in Windows Media® Player or QuickTime. In MATLAB®, VideoReader can access most, but not all, of these codecs.
3. Properly use the codec to decode the video data in the file. VideoReader cannot always read files associated with codecs that were not part of your original system installation."
Also see this MATLAB Central link :

1 Kommentar

how can you import in MATLAB a video stream from gstreamer ? I am trying to figure this out.. sorry for the basic questio

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Version

R2018a

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by