help-octave
[Top][All Lists]
Advanced

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

Re: Query


From: Nicholas Jankowski
Subject: Re: Query
Date: Sat, 6 Jun 2020 11:18:57 -0400

 v = VideoWriter('Video_filename.avi');
      open(v)

it looks like octave has started implementing a compatible VideoWriter class, but I don't know if its sufficiently compatible to work in this code. Did you try loading the video package to make the function available and see if you get any errors?

>> pkg load video

(I assume you have the package installed.  You can check with "pkg list")



reply via email to

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