219
edits
No edit summary |
(Update page for 1.2.1 release) |
||
Line 1: | Line 1: | ||
The {{Forge|video}} package is part of the [[Octave Forge]] project and tries to implement the video functions from matlab. | The {{Forge|video}} package is part of the [[Octave Forge]] project and tries to implement the video functions from matlab. It should compile with ffmpeg and libav. | ||
= Installation = | |||
== on Debian Jessie using "pkg -forge" == | |||
<code> | |||
sudo apt-get install libavutil-dev libavformat-dev libswscale-dev libavcodec-dev | |||
</code> | |||
On the Octave prompt: | |||
<code> | |||
>> pkg install -forge video | |||
</code> | |||
== On Windows == | |||
You can use mxe-octave to include ffmpeg, there is already a target for it. | |||
= Known bugs = | |||
* On MXE-Octave with ffmpeg "clear all" after using "addframe" causes a segmentation fault | |||
[[Category:Octave-Forge]] | [[Category:Octave-Forge]] |
edits