-
Notifications
You must be signed in to change notification settings - Fork 174
Transcoder
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
Support is also available for lib-av as this appears to be the standard supplied with Ubuntu 14+
So, install lib-av and enter the path to the avconv and avprobe binaries in autoProcessMedia.cfg as the ffmpeg_path