Skip to content
clinton-hall edited this page Mar 9, 2013 · 10 revisions

Installation

Please install ffmpeg to utilisze this feature.

Windows:

ffmpeg build

extract the contents to your program files directory.

Linux:

[ffmpeg source](git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg)

configure with the following command

./configure --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib

then issue the following commands to build ffmpeg

make
make install

Add the path to ffmpeg command to autoProcessMedia.cfg [Transcoder] ffmpeg = "C:\program files\ffmpeg\bin\ffmpeg.exe" (windows) ffmpeg = /usr/bin/ffmpeg (linux)

Clone this wiki locally