From: talal hammouri on
Hi every body,


what types of video file format that can be used in mat lab ( as i know .avi what others if exist ) ?
and for the other not used how can we convert them to be accepted by mat lab ?

thank you
Talal
From: Wayne King on
"talal hammouri" <talalah(a)yahoo.com> wrote in message <i19d9k$g0o$1(a)fred.mathworks.com>...
> Hi every body,
>
>
> what types of video file format that can be used in mat lab ( as i know .avi what others if exist ) ?
> and for the other not used how can we convert them to be accepted by mat lab ?
>
> thank you
> Talal

Hi Talal, with signalblks.MultimediaFileReader System object (or video.MultimediaFileReader) on the Windows platform, you can read the following video files:

..qt, .mov, .avi, .asf, .asx, .wmv, .mpg, .mpeg, .mp2, .mp4

on the Unix platform, .avi is the only file type supported.

Wayne
From: talal hammouri on
Dear Wayne,

Thank you very much.

Did you mean we can use mov=aviread(filename) as before for mat lab 2010a ?
( i.e the same format mov=aviread or use any other format in 2010a?).
as an example mov=aviread(test.mpg)
and i have worked with windows 7.

Regards,
From: us on
"talal hammouri" <talalah(a)yahoo.com> wrote in message <i1bpoh$7g5$1(a)fred.mathworks.com>...
> Dear Wayne,
>
> Thank you very much.
>
> Did you mean we can use mov=aviread(filename) as before for mat lab 2010a ?
> ( i.e the same format mov=aviread or use any other format in 2010a?).
> as an example mov=aviread(test.mpg)
> and i have worked with windows 7.
>
> Regards,

well... why don't you just try it(?)...

us