help-octave
[Top][All Lists]
Advanced

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

problem with mplayer?


From: Agnes Bousquier
Subject: problem with mplayer?
Date: Thu, 2 Feb 2006 16:20:26 +0100 (CET)
User-agent: SquirrelMail/1.5.0

Hello,

  Excuse me for disturbing you again. As Stefan Van Der Walt advised me to
do, I downloaded MPlayer and installed it on my computer. Then I tried
to extract my video frames by typing : "imread(dos('"C:/Program
Files/MPlayer/mplayer.exe" -vo png myfile.avi'))". But when I execute
the script with octave, I get the message : "Error opening/initializing
the selected video_out (-vo) device." I assume this is a problem with
MPlayer, but I did not find the solution on the Web. Could anyone please
help me? Thank you very much in advance.

Agnes


> 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
> -------------------------------------------------------------
>
>



-------------------------------------------------------------
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]