help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: executing an extern program from a .m file


From: Stefan van der Walt
Subject: Re: executing an extern program from a .m file
Date: Wed, 1 Feb 2006 16:38:12 +0200
User-agent: Mutt/1.5.9i

On Wed, Feb 01, 2006 at 02:37:44PM +0100, Agnes Bousquier wrote:
> help. Unfortunately, ffmpeg does not seem to be available for Windows, so
> I downloaded VLC Media Player. But what should I type on my .m file to
> execute VLC Media Player?

I assume you want to read the video frames as images.  I'd suggest
downloading mplayer for windows, and then using the image writer
output device to convert the AVI-file to a number of image files, i.e.

mplayer -vo png myvideo.avi

You can then read in the individual frames using `imread'.

Stéfan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]