FFmpeg
FFmpeg provides tools for processing audio or video flows.
As this library requires major processing resources it is not available by default on the Public Cloud.
Note
If you own a Private Cloud, contact our support. They will install the complete set on the server.
In our example, we use the SSH access and consider the following information:
- Account name:
[account] - ffmpeg directory:
/home/[account]/ffmpeg/
Note
Feel free to adjust according to your needs.
[account]@ssh:~/ffmpeg$ wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
[account]@ssh:~/ffmpeg$ tar -xJf ffmpeg-release-amd64-static.tar.xz --strip-components=1
[account]@ssh:~/ffmpeg$ rm ffmpeg-release-amd64-static.tar.xzBinary files will be available in the /home/[account]/ffmpeg/ directory.
Take the last amd64 stable version available.