MatMoviePlayer

所属分类:matlab编程
开发工具:matlab
文件大小:22KB
下载次数:36
上传日期:2006-12-13 12:01:43
上 传 者hahago
说明:  基于MATLAB的媒体播放器,交互式操作。
(MATLAB-based media players, interactive operation.)

文件列表:
MoviePlayer (0, 2003-08-26)
MoviePlayer\@mmovie (0, 2003-08-26)
MoviePlayer\@mmovie\@player (0, 2003-08-26)
MoviePlayer\@mmovie\@player\fbmode.m (130, 2003-07-24)
MoviePlayer\@mmovie\@player\ffwd.m (96, 2003-04-09)
MoviePlayer\@mmovie\@player\gotoend.m (108, 2003-04-09)
MoviePlayer\@mmovie\@player\gotostart.m (114, 2003-04-09)
MoviePlayer\@mmovie\@player\loop.m (110, 2003-04-09)
MoviePlayer\@mmovie\@player\pause.m (200, 2003-04-09)
MoviePlayer\@mmovie\@player\play.m (110, 2003-04-09)
MoviePlayer\@mmovie\@player\player.m (125, 2003-04-09)
MoviePlayer\@mmovie\@player\rewind.m (106, 2003-04-09)
MoviePlayer\@mmovie\@player\schema.m (307, 2003-04-09)
MoviePlayer\@mmovie\@player\stepback.m (119, 2003-04-09)
MoviePlayer\@mmovie\@player\stepfwd.m (119, 2003-04-09)
MoviePlayer\@mmovie\@player\stop.m (100, 2003-04-09)
MoviePlayer\@mmovie\@player\truesize.m (108, 2003-04-09)
MoviePlayer\@mmovie\mmovie.m (60, 2003-04-09)
MoviePlayer\@mmovie\schema.m (151, 2003-04-09)
MoviePlayer\int2rgbm.m (459, 2003-04-09)
MoviePlayer\int2struct.m (783, 2003-04-09)
MoviePlayer\mplay.m (49680, 2003-08-26)
MoviePlayer\mplay_demo.m (971, 2003-04-09)
MoviePlayer\mplay_icons.mat (62312, 2003-06-23)

Interactive MATLAB Movie Player Release 2.1 ------------------------------------------------------------ - Fixed bug: missing bitmap for export button - Added capability to export current frame to workspace Release 2 ------------------------------------------------------------ - added forward/backward playback support - removed an unused input argument syntax Release 1 ------------------------------------------------------------ Q: Ever wish you had better control over the playback of a movie you created in MATLAB? Q: How about the ability to STOP a movie while it is running? Then resume where you left off? Q: Ever wanted manual frame-by-frame stepping? Or programmatic access to playback features? A: MPLAY is an interactive movie player for MATLAB, offering a simple GUI and a command-line API. It's not terribly fancy, but it works in a majority of situations. It uses the TIMER object to control playback at a specified frame rate. It provides DVD-like controls for manual stepping of movie frames. It will play SEVERAL types of MATLAB movies you might construct: 1 Standard MATLAB movie structure See 'help getframe' for more information on the MATLAB movie structure. Only movies with empty .colormap field entries are supported. This includes most movies you have made in R13. 2 Intensity video array 3-D array organized as MxNxF, where each image is of size MxN and there are F image frames. 3 RGB video array 4-D array organized as MxNx3xF, where the R, G, and B are encoded in the 3rd dimension. Note that MxNx3 is the usual MATLAB format for an RGB image. Several demonstration movies are available. Due to size, they are separate a submission file. Basic utility functions that construct 3-D (intensity) and 4-D (RGB) movie arrays from your intensity images and movies are included. See "mplay_demo" for demonstrations of its use.

近期下载者

相关文件


收藏者