-
Notifications
You must be signed in to change notification settings - Fork 174
Transcoder
Clinton Hall edited this page Jul 13, 2014
·
10 revisions
Download and install ffmpeg
Add the path to ffmpeg folder to autoProcessMedia.cfg
If you select the option to enable transcoding the script will test for the existance of the ffmpeg command. If this is already installed you are good to go.
If ffmpeg is not installed these scripts will try to install ffmpeg for you. This is time consuming so it is recommended that you install this prior to downloading content that you want transcoded.
To make this easy, just run the getffmpeg.sh script supplied with this repo.
./getffmpeg.sh
otherwise you can download from here
configure with the following command
./configure
then issue the following commands to build ffmpeg
make
make install
Add the path to ffmpeg directory to autoProcessMedia.cfg