How to install older version of ffmpeg on 24.04.1
Nils Kassube
kassube at gmx.net
Mon Dec 16 07:05:59 UTC 2024
On 15.12.24 Bo Berglund wrote:
> So I would like to check if something else has changed that causes this and
> therefore I want to install the ffmpeg version that is current in Ubuntu
> 20.04.6.
>
> It does not need to be a global install just something that only works if I set
> the path manually to it.
>
> But how do I get it?
You could set up a schroot system of 20.04 and install ffmpeg there. See <https://help.ubuntu.com/community/DebootstrapChroot>. To test the older version you would replace the ffmpeg command in your script with something like "schroot -c focal ffmpeg". Or you keep the original command to use the current ffmpeg version.
And when you have finished debugging you uninstall the schroot packege and remove the chroot folder of the 20.04 system.
Nils
More information about the ubuntu-users
mailing list