Info

This question is closed. Reopen it to edit or answer.

about mmreader'sproperty thanks!

3 views (last 30 days)
Pan
Pan on 16 Jul 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
i want to ask about mmreader that could control the "fps" ???!!! please tell me! thanks~

Answers (1)

Andreas Goser
Andreas Goser on 16 Jul 2012
Edited: Andreas Goser on 16 Jul 2012
xyloObj = mmreader('xylophone.mpg', 'Tag', 'My reader object');
get(xyloObj)
xyloObj.FrameRate
Note: MMREADER will be removed in a future release. Use VideoReader instead. The mmreader class has been renamed VideoReader.
  3 Comments
Pan
Pan on 16 Jul 2012
I didn't use that
xyloObj = mmreader('xylophone.mpg', 'Tag', 'My reader object'); get(xyloObj)
so I also didn't know that controling "FrameRate"
Pan
Pan on 16 Jul 2012
Thank~~ Thaank~

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!