Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I add new codecs for matlab?

Tags:

matlab

codec

Is there any way to load new codecs for matlab? It only supports basic codecs and filters. I need to use uncompperessed videos in matlab

like image 637
Fatma Dagli Avatar asked Nov 13 '22 11:11

Fatma Dagli


1 Answers

On Linux, you can use all GStreamer plugins.

On Windows, you can use DirectShow codecs, including ffdshow. Alternatively, you can use ffmpeg to transcode video or write the frames of a video into a series of images.

like image 69
reve_etrange Avatar answered Jan 08 '23 07:01

reve_etrange