arhs Member Member since May 14, 2009 Last active Jun 5, 2009 Total activities 0 Activity feed Recent contributions #Threads 16 years ago 238bffb9-b3b6-4188-b398-a5e3cbbe59d2 let's name "test.avi" your file. first read it: obj1=mmreader('test.avi'); then you can get any frame from "obj1" with the following command: I=read(obj1,X);...