Changes
Jump to navigation
Jump to search
Line 45:
Line 45:
−
− Download a patched version (no pkg_config check for ffmpeg and PixelFormat -> AVPixelFormat) from [http://www.tech-chat.de/files/video-1.2.1_win_ffmpeg.tar.gz video-1.2.1_win_ffmpeg.tar.gz (sha1sum 3ef5b0dca471175daf769bd813b6de7fa85759df)]
− or grab the source and apply [http://www.tech-chat.de/files/video-1.2.1_win_ffmpeg.patch this patch]
− +
Line 60:
Line 57:
− +
→On Windows
* 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-1.2.1_win_ffmpeg.tar.gz
pkg -verbose -forge install video
</code>
</code>
=== 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 =