Mohammad Moghimi
Mohammad Moghimi

Reputation: 4696

Reading video in matlab

I have a matlab code that run on my machine but not on our computing cluster. It basically uses mmreader (VideoReader) to read video files. I get the following error on the cluster:

??? mmreader requires GStreamer version 0.10.0 or higher on Linux systems. Install the latest Gstreamer 0.10.x release from your Linux distribution or the GStreamer website and restart MATLAB.

I don't have the admin right to install all of the gstreamer packages. Do you know which specific package is needed? I guess I need to install from source. Or is there any other way around it?

Note that the videos are encoded with MPEG v4.

Upvotes: 1

Views: 723

Answers (1)

user2448027
user2448027

Reputation: 1638

At least gst-plugins-good and gst-plugins-bad have some MPEG4 codecs. Probably they also have the one(s) you're looking for.

Upvotes: 1

Related Questions