Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Displaying video in matlab
Date: Tue, 18 Mar 2008 14:19:01 +0000 (UTC)
Organization: Konem Solutions
Lines: 21
Message-ID: <froj0l$oio$1@fred.mathworks.com>
References: <12840434.1205849167187.JavaMail.jakarta@nitrogen.mathforum.org>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1205849941 25176 172.30.248.35 (18 Mar 2008 14:19:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 18 Mar 2008 14:19:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:457835


Dwight Memphis <dwight@hello.com> wrote in message 
<12840434.1205849167187.JavaMail.jakarta@nitrogen.mathforum
.org>...
> Hey guys!
> 
> I've got a problem! I'd like to read an avi-file and 
display it in matlab.
> I used the function aviread to import the video and the 
function movie to display it - but here is the problem:
> 
> only the left lower part of the video is displayed in 
the figure and the video is played at a very slow pace!
> 
> do you have any idea what the problem is?
> 
> thanks for help
What function are you using to display the movie?

Have you tried using movie()

Vihang