Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to install it on Ubuntu 18.04 or Ubuntu 20.04:

Expand
  • Run sudo apt-get update

  • Run sudo apt-get install ffmpeg=7:3.4.6-0ubuntu0.18.04.1

  • Run sudo -u confluence ffmpeg -version where 'confluence' is the service user for your confluence installation

  • If it looks like this, you are finished:

  • Type which ffmpeg (normally this returns /usr/bin/ffmpeg) and note this path, you need it later.

...

How to install it on Ubuntu 18.04 or Ubuntu 20.04:

Expand
  • Run sudo apt-get update

  • Run sudo apt-get install imagemagick

  • Run sudo -u confluence convert -version where 'confluence' is the service user for your confluence installation

  • If it looks like this, you are finished:

  • Type which convert (normally this returns /usr/bin/convert) and note this path, you need it later.

...