Hello guys,
x=mmreader('myvideo.mov')
movie(x)
when I write these commands I get these results.
"
Video Parameters: 24.08 frames per second, RGB24 960x540.
151 total video frames available.
??? Error using ==> movie
Invalid movie structure: wrong number of fields"
My question is how can make it work the movie command since it only works with 8-bit image frames.

x=mmreader('myvideo.mov')
movie(x)
when I write these commands I get these results.
"
Video Parameters: 24.08 frames per second, RGB24 960x540.
151 total video frames available.
??? Error using ==> movie
Invalid movie structure: wrong number of fields"
My question is how can make it work the movie command since it only works with 8-bit image frames.