From: Robin Gareus Date: Mon, 10 Oct 2022 00:32:22 +0000 (+0200) Subject: Clarify video-tools install, remove symlink suggestion X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=9c3734a798cbcfb178ea966a16c129611b3f2de7 Clarify video-tools install, remove symlink suggestion --- diff --git a/include/video-timeline-setup.html b/include/video-timeline-setup.html index 771930d..c2d88ec 100644 --- a/include/video-timeline-setup.html +++ b/include/video-timeline-setup.html @@ -29,7 +29,7 @@

Ardour requires xjadeo ≥ version 0.6.4, harvid ≥ version 0.7.0 and - ffmpeg (known to work versions: 1.2, 2.8.2) + ffmpeg (known to work versions: 1.2, 2.8.2, 5.0)

@@ -42,23 +42,20 @@

All four applications need to be found in $PATH (e.g. $HOME/bin or /usr/local/bin). For convenience the - binary releases of harvid include ffmpeg_harvid and ffprobe_harvid, but if the - distribution provides suitable ffmpeg commands, symbolic links can be created - to the distribution-provided binaries: + binary releases of harvid include ffmpeg_harvid and ffprobe_harvid. + Ardour binaries from ardour.org do include all relevant tools and most + GNU/Linux distributions also provide those.

-sudo ln -s /usr/bin/ffmpeg /usr/bin/ffmpeg_harvid -sudo ln -s /usr/bin/ffprobe /usr/bin/ffprobe_harvid -

- Binary releases are available from ardour.org as well as an installer script: + Binary releases of the video-tools are available from ardour.org via a dedicated installer script: install_video_tools.sh.

- The easiest way to install the video-utilities is by running the following + The easiest way to install the video-utilities on Linux is by running the following line in a terminal: