mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Dear Micah
Your codes work well, thanks!
SnowWave
19 Mar 2009
mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Dear Micah
I have email you the link. If any eror, tell me.
Please check it, and give me more advice. Thanks!
SnowWave
18 Mar 2009
mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Dear Micah
Thank you for your attention!
The .mpg files which I use "mmread" to process is about 300M. I should get a few frames of the files and turn the frames to image.
When I use mmread to get specific frame and turn it to image, I found it different with the specific frame shown in movie player. I have test four files, get many frames, it shown non-ordered.
I have use matlab 7.7; the mmread also the newest. Would you like to test it ?
Thanks!
SnowWave
16 Mar 2009
mmread
Read virtually any media file in Windows, Linux, or Mac.
Author: Micah Richert
Dear Micah
Thank you for this nice tool!
It runs well when read .avi files; the frames are correct.
But when it used to read .mpg files in this way " mmread('mymovie.mpg',framenumber) "; The video frames returned appear upside-down.
when it used to read .mpg files in this way " mmread('mymovie.mpg',framenumber,[],false,false,'',false,false) "; The video frames returned appear well ordered. But this make the function too slowly.