Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change 
notification.

The "FFMPEGParser" page has been changed by ChrisMattmann:
https://wiki.apache.org/tika/FFMPEGParser

New page:
Tika now support FFMPEG extraction. Read on below to see how.

= Install FFMPEG =

If you're lucky, the following should install FFMPEG.

{{{
brew install ffmpeg
}}}

You can test to see if FFMPEG is installed by typing:

{{{
ffmpeg -version
}}}

You should see something resembling:

{{{
ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
built on Jan  8 2015 14:52:39 with Apple LLVM version 6.0 (clang-600.0.56) 
(based on LLVM 3.5svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.3 --enable-shared 
--enable-pthreads --enable-gpl --enable-version3 --enable-nonfree 
--enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang 
--host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac 
--enable-libmp3lame --enable-libxvid
libavutil      52. 92.100 / 52. 92.100
libavcodec     55. 69.100 / 55. 69.100
libavformat    55. 48.100 / 55. 48.100
libavdevice    55. 13.102 / 55. 13.102
libavfilter     4. 11.100 /  4. 11.100
libavresample   1.  3.  0 /  1.  3.  0
libswscale      2.  6.100 /  2.  6.100
libswresample   0. 19.100 /  0. 19.100
libpostproc    52.  3.100 / 52.  3.100
}}}

To use FFMPEG in Tika, then you simply use Tika-App and/or the Tika-REST server 
on a video file. Read on below to see how.

Reply via email to