Editing Video package

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
== on Debian Jessie using "pkg -forge" ==
== on Debian Jessie using "pkg -forge" ==


sudo apt-get install libavutil-dev libavformat-dev libswscale-dev libavcodec-dev
<code>
sudo apt-get install libavutil-dev libavformat-dev libswscale-dev libavcodec-dev
</code>


On the Octave prompt:
On the Octave prompt:


>> pkg install -forge video
<code>
>> pkg install -forge video
</code>


== on CentOS Linux release 7.2.1511 (Core) with GNU Octave Version 3.8.2 ==
== On Windows ==
 
yum install octave-devel
yum install libvorbis  yasm freetype zlib bzip2 faac lame speex libvpx libogg  libtheora  x264 XviD openjpeg15 opencore-amr
wget https://libav.org/releases/libav-11.4.tar.gz
tar xzf libav-11.4.tar.gz
cd libav-11.4
./configure --enable-pic
make -j 4
 
as root:
 
make install
 
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.


The MXE builds >= 4.0.1-rc3 already includes the ffmpeg libs so video should run out of the box.
= Known bugs =
* On MXE-Octave with ffmpeg "clear all" after using "addframe" causes a segmentation fault


[[Category:Octave Forge]]
[[Category:Octave-Forge]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: