Re: kodi 19.1 and ffmpeg 4.4 is not yet supported

Top Page

Reply to this message
Author: Thorsten Rehm
Date:  
To: dmo-discussion
Subject: Re: kodi 19.1 and ffmpeg 4.4 is not yet supported
Sure.
I hope I understand you correctly, and you mean to download the
packages and try a manual installation. If so, here we go:
This would upgrade the kodi packages and furthermore the ffmpeg
packages to their latest version, which is 4.4.
$ sudo apt install ./kodi_19.1-dmo3_amd64.deb ./kodi-data_19.1-dmo3_all.deb
[...]
The following packages will be upgraded:
kodi kodi-data libavcodec58 libavfilter7 libavformat58
libavresample4 libavutil56 libchromaprint1 libpostproc55
libswresample3 libswscale5
[...]

If I am going to comment out the apt debian multimedia repository,
this will happen:
$ sudo apt install ./kodi_19.1-dmo3_amd64.deb ./kodi-data_19.1-dmo3_all.deb
[...]
The following packages have unmet dependencies:
 kodi : Depends: libavcodec58 (>= 10:4.4)
        Depends: libavfilter7 (>= 10:4.4)
        Depends: libavformat58 (>= 10:4.4) but 10:4.3.2-dmo0~bpo10+5
is to be installed
        Depends: libavutil56 (>= 10:4.4) but 10:4.3.2-dmo0~bpo10+5 is
to be installed
        Depends: libpostproc55 (>= 10:4.4) but 10:4.3.2-dmo0~bpo10+5
is to be installed
        Depends: libswresample3 (>= 10:4.4) but 10:4.3.2-dmo0~bpo10+5
is to be installed
        Depends: libswscale5 (>= 10:4.4) but 10:4.3.2-dmo0~bpo10+5 is
to be installed
[...]


These are the package versions which I've installed at the moment
(libavfilter7 as an example):
$ apt policy kodi libavfilter7
kodi:
Installed: 5:19.1-dmo1
Candidate: 5:19.1-dmo1

libavfilter7:
Installed: 10:4.3.2-dmo0~bpo10+5
Candidate: 10:4.4-dmo4

The provided packages from your link will not change the dependency
behavior, if this was the plan ;-)

Best regards
Thorsten

On Thu, 15 Jul 2021 at 15:39, Christian Marillat
<marillat@???> wrote:
>
> On 15 juil. 2021 14:53, Thorsten Rehm <thorsten.rehm@???> wrote:
>
> > Hi,
>
> Hi,
>
> > I've updated my Debian Testing system a couple days ago. Yesterday I
> > noticed that the E-AC3 transcoding doesn't work anymore (no sound).
> > After some research [1][2] I found out, that Kodi 19.1 is not yet
> > compatible with ffmpeg 4.4.
>
> I forgot to reply to the list.
>
> Could you try kodi packages from here ?
>
> https://www.deb-multimedia.org/tests/kodi-19.1-amd64/
>
> Christian
>
>