필터 지우기
필터 지우기

Fullscreen presentation of a movie in the MATLAB

조회 수: 3 (최근 30일)
Vahid
Vahid 2013년 1월 11일
Hello everybody,
Given we have an avi movie or whatever (eg. myMovie.avi). How can we show/play this movie through MATLAB in a fullscreen mode (I use MAC OS)?
Many thanks in advance, -V
PS: I already checked the MATLAB function implay, but apparently there is no way to get rid of the toolbar and etc. of the movie player to have a fullscreen presentation of the movie.
  댓글 수: 2
Vahid
Vahid 2013년 1월 11일
I have already read that, but it did not help! Because I do work in the OS X platform and some of the functions mentioned there are not compatible in MAC with the compressed avi format I have. Anyhow if I do not get any solution I have to find out a way to convert my compressed avi movies to uncompressed ones! (I am optimistic under that circumstances the way mentioned at the aforesaid link will work!)

댓글을 달려면 로그인하십시오.

답변 (1개)

Daniel Shub
Daniel Shub 2013년 1월 11일
I believe you can play quicktime movies with mglMovie. I am not sure how easy it is to convert an .avi to an .mov (but you did say "whatever").
  댓글 수: 1
Vahid
Vahid 2013년 1월 11일
Thanks a lot, Daniel! In fact, my main MATLAB code generates the avi movie as a sequence of images. First converts each image, with im2frame MATLAB function, to the frame and then writes each frame on a single avi movie,VideoWriter MATLAB function is used to this end. Now, I am wondering whether it is possible to save the movie in the first place as an mglMovie rather than a movie with avi extension?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by