Video package: Difference between revisions
Jump to navigation
Jump to search
→On Windows
Line 45: | Line 45: | ||
* Extract include/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\include (You should now, for example, see C:\Octave\Octave-4.0.0\include\libavutil\version.h) | * Extract include/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\include (You should now, for example, see C:\Octave\Octave-4.0.0\include\libavutil\version.h) | ||
* Extract lib/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\lib | * Extract lib/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\lib | ||
Compile and install from Octave with | Compile and install from Octave with | ||
<code> | <code> | ||
pkg -verbose install video | pkg -verbose -forge install video | ||
</code> | </code> | ||
Line 60: | Line 57: | ||
=== mxe-octave === | === mxe-octave === | ||
You can also use mxe-octave to include ffmpeg, there is already a target for it. | You can also use mxe-octave to include ffmpeg, there is already a target for it. Future versions of MXE-Octave builds will already have video included. | ||
= Known bugs = | = Known bugs = |