Re: ffmpeg impasse
Maik Qualmann <[email protected]> Sun, 06 Nov 2022 00:33:11 +0100
| Newsgroups | gmane.comp.kde.digikam.devel |
|---|---|
| Message-ID | <5617693.DvuYhMxLoT@linux-tpgn> |
Hi, > So thanks Maik and Gilles for the suggestion to look at Qt Multimedia. If I > can ask a dumb question to start: is there something blocking the use of qt > multimedia? It is present in Qt5 as well as Qt6. FFmpeg has not yet been available in Qt5. There were actually some digiKam versions that used Qt5 Multimedia. Since Qt5 Multimedia uses a different video framework on each platform, the result was different everywhere. In addition, it was difficult to package GStreamer with its dependencies into the AppImage. Maik