Video package
Jump to navigation
Jump to search
The 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"
sudo apt-get install libavutil-dev libavformat-dev libswscale-dev libavcodec-dev
On the Octave prompt:
>> pkg install -forge video
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